aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2014-11-11 07:30:15 +0100
committertomaka <pierre.krieger1708@gmail.com>2014-11-11 07:30:15 +0100
commit290b1d9dfa922ccf859b3fd8140b3ab6303fccd5 (patch)
tree329456a3e168d67f72fed3360ecf5143478ac22c
parent039a974e258e5a6ccfa75692f9663150b623f43f (diff)
parent62bbcdbf09b29bd48ea5d2d1cf49d79fb98b0ebd (diff)
downloadglutin-290b1d9dfa922ccf859b3fd8140b3ab6303fccd5.tar.gz
glutin-290b1d9dfa922ccf859b3fd8140b3ab6303fccd5.zip
Merge pull request #111 from glennw/android-build
Add gl_common dependency to fix android build.
-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"