From 9bf954d049427305e29805d59d5839c98378c1ab Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Thu, 20 Nov 2014 15:33:01 +1100 Subject: Use servo/rust-cocoa --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fb90d02..43e594b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.2.3