From 452514a863c310a1fd5096f6967b75caab9abeec Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Wed, 17 Dec 2014 10:57:13 +0100 Subject: Add links to documentation --- Cargo.toml | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index cc56ac2..785d170 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/README.md b/README.md index a9c38c9..ab96b92 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3