aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2014-09-12 21:45:15 +0200
committertomaka <pierre.krieger1708@gmail.com>2014-09-12 21:45:15 +0200
commitf91bd5d2d8817920e4067ee6c12f7fba9e1a620e (patch)
tree3702b0bd6278f2537298f37213d9ea1c68599e5b /Cargo.toml
parent3043cb2848e1eb1c45fc1f534d2696371faddfc6 (diff)
parent2af367b55caf948ec254c0ffabda8c6263d01690 (diff)
downloadglutin-f91bd5d2d8817920e4067ee6c12f7fba9e1a620e.tar.gz
glutin-f91bd5d2d8817920e4067ee6c12f7fba9e1a620e.zip
Merge pull request #32 from tomaka/use-gl-generator-for-wgl
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"