mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 13:31:29 +11:00
Rename gl-init-rs to glutin in the README
This commit is contained in:
parent
0584ac184c
commit
56ca9b8d14
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue