From 879f61dbbc1300efc36553b5b25ab8913d5d290b Mon Sep 17 00:00:00 2001 From: Sam Ward Date: Sat, 10 Jan 2015 01:56:47 -0800 Subject: OSX compatibility for Rust 1.0 alpha --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 42b06f0..8cc14ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,6 +30,7 @@ git = "https://github.com/servo/rust-cocoa" [target.x86_64-apple-darwin.dependencies.cocoa] git = "https://github.com/servo/rust-cocoa" +features = ["arch_64"] [target.i686-apple-darwin.dependencies.core_graphics] git = "https://github.com/servo/rust-core-graphics" @@ -37,6 +38,12 @@ 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-apple-darwin.dependencies.core_foundation] +git = "https://github.com/servo/rust-core-foundation" + +[target.x86_64-apple-darwin.dependencies.core_foundation] +git = "https://github.com/servo/rust-core-foundation" + [target.i686-pc-windows-gnu.dependencies.winapi] version = "*" features = ["gdi32", "kernel32", "user32"] -- cgit v1.2.3 From 2b0a70e69bfff12d0b19f459aa701fdfb74f2d45 Mon Sep 17 00:00:00 2001 From: Sam Ward Date: Sun, 11 Jan 2015 16:26:26 -0800 Subject: Revert arch_64 feature flag for rust-cocoa --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8cc14ef..ddf00a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,6 @@ git = "https://github.com/servo/rust-cocoa" [target.x86_64-apple-darwin.dependencies.cocoa] git = "https://github.com/servo/rust-cocoa" -features = ["arch_64"] [target.i686-apple-darwin.dependencies.core_graphics] git = "https://github.com/servo/rust-core-graphics" -- cgit v1.2.3