Merge pull request #191 from sbward/osx-1.0-alpha

OSX compatibility for Rust 1.0 alpha
This commit is contained in:
tomaka 2015-01-12 21:21:53 +01:00
commit 318f0d2d06
3 changed files with 26 additions and 16 deletions

View file

@ -37,6 +37,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"]