From 2c029f3fa3c0cfb687876c06de48ff340f9efd6a Mon Sep 17 00:00:00 2001 From: Tomaka17 Date: Fri, 31 Oct 2014 07:17:48 +0100 Subject: android_glue is now a platform-specific dependency --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0ed3e06..4cae79d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,12 +12,12 @@ headless = [] [dependencies.compile_msg] git = "https://github.com/huonw/compile_msg" -[dependencies.android_glue] -git = "https://github.com/tomaka/android-rs-glue" - [dependencies.gl_generator] git = "https://github.com/bjz/gl-rs" +[target.arm-linux-androideabi.dependencies.android_glue] +git = "https://github.com/tomaka/android-rs-glue" + [target.i686-apple-darwin.dependencies.cocoa] git = "https://github.com/DavidPartouche/rust-cocoa" -- cgit v1.2.3