diff options
author | tomaka <pierre.krieger1708@gmail.com> | 2014-10-03 09:16:36 +0200 |
---|---|---|
committer | tomaka <pierre.krieger1708@gmail.com> | 2014-10-03 09:16:36 +0200 |
commit | 56ca9b8d14ed1fefe3c60759311353e6b72a3515 (patch) | |
tree | 3787c15e41b59d509d7f34b5e541084d8842fa64 | |
parent | 0584ac184c8558382009958860cbf742bcf6d43e (diff) | |
download | glutin-56ca9b8d14ed1fefe3c60759311353e6b72a3515.tar.gz glutin-56ca9b8d14ed1fefe3c60759311353e6b72a3515.zip |
Rename gl-init-rs to glutin in the README
-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. -[![Build Status](https://travis-ci.org/tomaka/gl-init-rs.png?branch=master)](https://travis-ci.org/tomaka/gl-init-rs) -[![Gitter Chat](https://badges.gitter.im/tomaka/gl-init-rs.png)](https://gitter.im/tomaka/gl-init-rs) +[![Build Status](https://travis-ci.org/tomaka/glutin.png?branch=master)](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 ``` |