aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c126559..91621db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,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"