aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2014-11-14 08:54:04 +0100
committerPierre Krieger <pierre.krieger1708@gmail.com>2014-11-14 08:54:04 +0100
commit1c69819084286b3f62b6995c48a60b8eb3529982 (patch)
treeccf322815239b7c5fb2028b4fc7f2302405542e9 /Cargo.toml
parentfc7cfac41cfd12f93ba60ec51770439a63dbd897 (diff)
downloadglutin-1c69819084286b3f62b6995c48a60b8eb3529982.tar.gz
glutin-1c69819084286b3f62b6995c48a60b8eb3529982.zip
Add readme in Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2a67f1e..fb90d02 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ authors = ["tomaka <pierre.krieger1708@gmail.com>"]
description = "Cross-plaform OpenGL context provider."
keywords = ["windowing", "opengl"]
license = "Apache-2.0"
+readme = "README.md"
repository = "https://github.com/tomaka/glutin"
[features]