OSX compatibility for Rust 1.0 alpha

This commit is contained in:
Sam Ward 2015-01-10 01:56:47 -08:00
parent f72b09bcb7
commit 879f61dbbc
3 changed files with 27 additions and 16 deletions

View file

@ -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"]