mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 23:00:05 -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.
|
Alternative to GLFW in pure Rust.
|
||||||
|
|
||||||
[](https://travis-ci.org/tomaka/gl-init-rs)
|
[](https://travis-ci.org/tomaka/glutin)
|
||||||
[](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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user