diff options
-rw-r--r-- | Cargo.toml | 1 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -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"] @@ -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 |