Add links to documentation

This commit is contained in:
Pierre Krieger 2014-12-17 10:57:13 +01:00
parent 81930591ee
commit 452514a863
2 changed files with 3 additions and 0 deletions

View file

@ -8,6 +8,7 @@ keywords = ["windowing", "opengl"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/tomaka/glutin"
documentation = "http://tomaka.github.io/glutin/"
[features]
default = ["window"]

View file

@ -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)
## [Documentation](http://tomaka.github.io/glutin/)
## Try it!
```bash