mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -6,6 +6,18 @@ Alternative to GLFW in pure Rust.
|
||||
[](https://travis-ci.org/tomaka/glutin)
|
||||
[](https://ci.appveyor.com/project/tomaka/glutin/branch/master)
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
glutin = "*"
|
||||
```
|
||||
|
||||
Note that the crates.io version won't compile on OS/X and Android because the required dependencies haven't been uploaded yet. Instead you can use the git version which works everywhere:
|
||||
|
||||
```toml
|
||||
[dependencies.glutin]
|
||||
git = "https://github.com/tomaka/glutin"
|
||||
```
|
||||
|
||||
## [Documentation](http://tomaka.github.io/glutin/)
|
||||
|
||||
## Try it!
|
||||
|
||||
Reference in New Issue
Block a user