mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 06:11:30 +11:00
Update README.md
This commit is contained in:
parent
d870fa7ffa
commit
c0c43f4138
|
@ -4,11 +4,11 @@ Alternative to GLFW in pure Rust.
|
||||||
|
|
||||||
## Try it!
|
## Try it!
|
||||||
|
|
||||||
```
|
```bash
|
||||||
git clone https://github.com/tomaka/gl-init-rs
|
git clone https://github.com/tomaka/gl-init-rs
|
||||||
cd gl-init-rs
|
cd gl-init-rs
|
||||||
cargo test
|
cargo test
|
||||||
./target/test/window // or target\test\window.exe
|
./target/test/window # or target\test\window.exe
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
Loading…
Reference in a new issue