aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTomaka17 <pierre.krieger1708@gmail.com>2014-11-13 09:01:30 +0100
committerTomaka17 <pierre.krieger1708@gmail.com>2014-11-13 09:01:30 +0100
commit7268082b767fffc648152e183e99fa9688eb7683 (patch)
tree8f25e3c56873284aec8212e2ca2e708b5dd8bec1 /Cargo.toml
parent6995878cea9b87a3ada6bd0bfbe16c4a950c7a1d (diff)
downloadglutin-7268082b767fffc648152e183e99fa9688eb7683.tar.gz
glutin-7268082b767fffc648152e183e99fa9688eb7683.zip
Add some metadata in Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 91621db..3df8cd4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,10 @@
name = "glutin"
version = "0.0.1"
authors = ["tomaka <pierre.krieger1708@gmail.com>"]
+description = "Cross-plaform OpenGL context provider."
+keywords = ["windowing", "opengl"]
+license = "Apache-2.0"
+repository = "https://github.com/tomaka/glutin"
[features]
default = ["window"]