diff options
author | Tomaka17 <pierre.krieger1708@gmail.com> | 2014-10-31 07:17:48 +0100 |
---|---|---|
committer | Tomaka17 <pierre.krieger1708@gmail.com> | 2014-10-31 07:17:48 +0100 |
commit | 2c029f3fa3c0cfb687876c06de48ff340f9efd6a (patch) | |
tree | e667a64de9d8d3658b58f53612b0852be01beb4d | |
parent | 03b9d6171d4d9b57e341132df1d76c85b925360d (diff) | |
download | glutin-2c029f3fa3c0cfb687876c06de48ff340f9efd6a.tar.gz glutin-2c029f3fa3c0cfb687876c06de48ff340f9efd6a.zip |
android_glue is now a platform-specific dependency
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |