From f68bf85a85ceb416f714bc36ff5aa5c6ae65c008 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Wed, 31 Dec 2014 23:10:29 +0100 Subject: Fix dependencies erroneously removed --- Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d7df65a..6b7143c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,21 @@ gl_common = "*" [build-dependencies] gl_generator = "*" +[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/servo/rust-cocoa" + +[target.x86_64-apple-darwin.dependencies.cocoa] +git = "https://github.com/servo/rust-cocoa" + +[target.i686-apple-darwin.dependencies.core_graphics] +git = "https://github.com/servo/rust-core-graphics" + +[target.x86_64-apple-darwin.dependencies.core_graphics] +git = "https://github.com/servo/rust-core-graphics" + [target.i686-pc-windows-gnu.dependencies.winapi] version = "^0.0.3" features = ["gdi32", "kernel32", "user32"] -- cgit v1.2.3