mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 04:40:04 -04:00
Rename gl-init-rs to glutin in the README
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user