aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2014-12-30 11:07:28 +0100
committertomaka <pierre.krieger1708@gmail.com>2014-12-30 11:07:28 +0100
commit4b28d2df606a1305d002b3db9fd6e551714bbca3 (patch)
treec6fe3596a75bd81a2f9c31f2e42d89be584a6107
parent32faad403b19f974733ddf531d61dc8d842af288 (diff)
parent9d7cfb4a32cd05988fc402ba9f9ff9fb38f0ac18 (diff)
downloadglutin-4b28d2df606a1305d002b3db9fd6e551714bbca3.tar.gz
glutin-4b28d2df606a1305d002b3db9fd6e551714bbca3.zip
Merge pull request #179 from tomaka/use-cratesio
Use gl_common and gl_generator from crates.io
-rw-r--r--Cargo.toml6
1 files 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"