aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2014-09-11 18:32:29 +0200
committertomaka <pierre.krieger1708@gmail.com>2014-09-11 18:32:29 +0200
commit6b834baedaab6086438e3a84ca72b809b9f7740f (patch)
tree0ab25291235c2b7446e5b087a3bdf48dfd158473 /Cargo.toml
parentc0c43f41387b30c2f78f19dbae1212256a99de49 (diff)
parent0bb82e8467f4f0acde0ba434cbc214ea9a4af476 (diff)
downloadglutin-6b834baedaab6086438e3a84ca72b809b9f7740f.tar.gz
glutin-6b834baedaab6086438e3a84ca72b809b9f7740f.zip
Merge pull request #30 from tomaka/android
Basic support for Android
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1182690..93c25a2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,5 +7,11 @@ authors = ["tomaka <pierre.krieger1708@gmail.com>"]
[dependencies.compile_msg]
git = "https://github.com/huonw/compile_msg"
+[dependencies.android_glue]
+git = "https://github.com/tomaka/android-rs-glue"
+
+[dev-dependencies.gl_generator]
+git = "https://github.com/bjz/gl-rs"
+
[dev-dependencies.gl]
git = "https://github.com/bjz/gl-rs"