Merge pull request #126 from bjz/servo-rust-cocoa

Use servo/rust-cocoa
This commit is contained in:
tomaka 2014-11-20 08:15:00 +01:00
commit 6fe3b72e3b

View file

@ -27,10 +27,10 @@ git = "https://github.com/bjz/gl-rs"
git = "https://github.com/tomaka/android-rs-glue"
[target.i686-apple-darwin.dependencies.cocoa]
git = "https://github.com/DavidPartouche/rust-cocoa"
git = "https://github.com/servo/rust-cocoa"
[target.x86_64-apple-darwin.dependencies.cocoa]
git = "https://github.com/DavidPartouche/rust-cocoa"
git = "https://github.com/servo/rust-cocoa"
[target.i686-apple-darwin.dependencies.core_graphics]
git = "https://github.com/servo/rust-core-graphics"