mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 21:31:29 +11:00
Add links to documentation
This commit is contained in:
parent
81930591ee
commit
452514a863
|
@ -8,6 +8,7 @@ keywords = ["windowing", "opengl"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/tomaka/glutin"
|
repository = "https://github.com/tomaka/glutin"
|
||||||
|
documentation = "http://tomaka.github.io/glutin/"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["window"]
|
default = ["window"]
|
||||||
|
|
|
@ -5,6 +5,8 @@ Alternative to GLFW in pure Rust.
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/tomaka/glutin.png?branch=master)](https://travis-ci.org/tomaka/glutin)
|
[![Build Status](https://travis-ci.org/tomaka/glutin.png?branch=master)](https://travis-ci.org/tomaka/glutin)
|
||||||
|
|
||||||
|
## [Documentation](http://tomaka.github.io/glutin/)
|
||||||
|
|
||||||
## Try it!
|
## Try it!
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue