From 9d7cfb4a32cd05988fc402ba9f9ff9fb38f0ac18 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Tue, 30 Dec 2014 10:51:45 +0100 Subject: Use gl_common and gl_generator from crates.io --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 71595b3..0a74c3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.2.3