aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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"