diff options
author | Glenn Watson <gw@intuitionlibrary.com> | 2014-11-11 10:42:11 +1000 |
---|---|---|
committer | Glenn Watson <gw@intuitionlibrary.com> | 2014-11-11 10:42:11 +1000 |
commit | 62bbcdbf09b29bd48ea5d2d1cf49d79fb98b0ebd (patch) | |
tree | 329456a3e168d67f72fed3360ecf5143478ac22c | |
parent | 039a974e258e5a6ccfa75692f9663150b623f43f (diff) | |
download | glutin-62bbcdbf09b29bd48ea5d2d1cf49d79fb98b0ebd.tar.gz glutin-62bbcdbf09b29bd48ea5d2d1cf49d79fb98b0ebd.zip |
Add gl_common dependency to fix android build.
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |