aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2014-12-24 08:23:20 +0100
committertomaka <pierre.krieger1708@gmail.com>2014-12-24 08:23:20 +0100
commit4bcdbce22259bbd247ef8ddc4573344256002086 (patch)
tree200e6aa69df269df41ece6611d7d6a60d2eb1256 /Cargo.toml
parent032c282b8ef18040c9ec5e8a2356820df031ef8b (diff)
parent7f6f4f8d04b9f6dfbbc9528552fa45db932d6dae (diff)
downloadglutin-4bcdbce22259bbd247ef8ddc4573344256002086.tar.gz
glutin-4bcdbce22259bbd247ef8ddc4573344256002086.zip
Merge pull request #171 from tomaka/update-gl-generator
Update for gl_generator's changes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 785d170..99a727b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,16 +9,17 @@ license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/tomaka/glutin"
documentation = "http://tomaka.github.io/glutin/"
+build = "build.rs"
[features]
default = ["window"]
window = []
headless = []
-[dependencies.gl_generator]
+[dependencies.gl_common]
git = "https://github.com/bjz/gl-rs"
-[dependencies.gl_common]
+[build-dependencies.gl_generator]
git = "https://github.com/bjz/gl-rs"
[target.arm-linux-androideabi.dependencies.android_glue]