aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTomaka17 <pierre.krieger1708@gmail.com>2014-09-12 15:51:43 +0200
committerTomaka17 <pierre.krieger1708@gmail.com>2014-09-12 15:51:43 +0200
commit2af367b55caf948ec254c0ffabda8c6263d01690 (patch)
tree3702b0bd6278f2537298f37213d9ea1c68599e5b /Cargo.toml
parent3043cb2848e1eb1c45fc1f534d2696371faddfc6 (diff)
downloadglutin-2af367b55caf948ec254c0ffabda8c6263d01690.tar.gz
glutin-2af367b55caf948ec254c0ffabda8c6263d01690.zip
Use the gl_generator macro to generate the bindings for WGL
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c81a97d..5c59233 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,5 +10,5 @@ git = "https://github.com/huonw/compile_msg"
[dependencies.android_glue]
git = "https://github.com/tomaka/android-rs-glue"
-[dev-dependencies.gl_generator]
+[dependencies.gl_generator]
git = "https://github.com/bjz/gl-rs"