mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-02-02 14:56:34 +11:00
Add "try it!" to README
This commit is contained in:
parent
1f0999e6a0
commit
07a53af952
1 changed files with 9 additions and 0 deletions
|
@ -2,6 +2,15 @@
|
|||
|
||||
Alternative to GLFW in pure Rust.
|
||||
|
||||
## Try it!
|
||||
|
||||
```
|
||||
git clone https://github.com/tomaka/gl-init-rs
|
||||
cd gl-init-rs
|
||||
cargo test
|
||||
./target/test/window // or target\test\window.exe
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```rust
|
||||
|
|
Loading…
Add table
Reference in a new issue