diff options
-rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,15 +1,14 @@ -# gl-init-rs +# glutin Alternative to GLFW in pure Rust. -[](https://travis-ci.org/tomaka/gl-init-rs) -[](https://gitter.im/tomaka/gl-init-rs) +[](https://travis-ci.org/tomaka/glutin) ## Try it! ```bash -git clone https://github.com/tomaka/gl-init-rs -cd gl-init-rs +git clone https://github.com/tomaka/glutin +cd glutin cargo test ./target/test/window # or target\test\window.exe ``` |