Use gl_common and gl_generator from crates.io

This commit is contained in:
Pierre Krieger 2014-12-30 10:51:45 +01:00
parent b9a6366f96
commit 9d7cfb4a32

View file

@ -17,10 +17,10 @@ window = []
headless = []
[dependencies.gl_common]
git = "https://github.com/bjz/gl-rs"
gl_common = "*"
[build-dependencies.gl_generator]
git = "https://github.com/bjz/gl-rs"
[build-dependencies]
gl_generator = "*"
[target.arm-linux-androideabi.dependencies.android_glue]
git = "https://github.com/tomaka/android-rs-glue"