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.
|
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
|
## Usage
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue