Rename gl-init-rs to glutin in the README

This commit is contained in:
tomaka 2014-10-03 09:16:36 +02:00
parent 0584ac184c
commit 56ca9b8d14

View file

@ -1,15 +1,14 @@
# gl-init-rs # glutin
Alternative to GLFW in pure Rust. 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) [![Build Status](https://travis-ci.org/tomaka/glutin.png?branch=master)](https://travis-ci.org/tomaka/glutin)
[![Gitter Chat](https://badges.gitter.im/tomaka/gl-init-rs.png)](https://gitter.im/tomaka/gl-init-rs)
## Try it! ## Try it!
```bash ```bash
git clone https://github.com/tomaka/gl-init-rs git clone https://github.com/tomaka/glutin
cd gl-init-rs cd glutin
cargo test cargo test
./target/test/window # or target\test\window.exe ./target/test/window # or target\test\window.exe
``` ```