aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 9 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c126559..fb90d02 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,13 @@
[package]
name = "glutin"
-version = "0.0.1"
+version = "0.0.2"
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]
default = ["window"]
@@ -15,6 +20,9 @@ git = "https://github.com/huonw/compile_msg"
[dependencies.gl_generator]
git = "https://github.com/bjz/gl-rs"
+[dependencies.gl_common]
+git = "https://github.com/bjz/gl-rs"
+
[target.arm-linux-androideabi.dependencies.android_glue]
git = "https://github.com/tomaka/android-rs-glue"