mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 21: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.
|
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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue