Add gl_common dependency to fix android build.

This commit is contained in:
Glenn Watson 2014-11-11 10:42:11 +10:00
parent 039a974e25
commit 62bbcdbf09

View file

@ -15,6 +15,9 @@ git = "https://github.com/huonw/compile_msg"
[dependencies.gl_generator] [dependencies.gl_generator]
git = "https://github.com/bjz/gl-rs" git = "https://github.com/bjz/gl-rs"
[dependencies.gl_common]
git = "https://github.com/bjz/gl-rs"
[target.arm-linux-androideabi.dependencies.android_glue] [target.arm-linux-androideabi.dependencies.android_glue]
git = "https://github.com/tomaka/android-rs-glue" git = "https://github.com/tomaka/android-rs-glue"