From 7f6f4f8d04b9f6dfbbc9528552fa45db932d6dae Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Wed, 24 Dec 2014 08:09:16 +0100 Subject: Update for gl_generator's changes --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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] -- cgit v1.2.3