aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBrendan Zabarauskas <bjzaba@yahoo.com.au>2014-11-20 15:33:01 +1100
committerBrendan Zabarauskas <bjzaba@yahoo.com.au>2014-11-20 15:33:01 +1100
commit9bf954d049427305e29805d59d5839c98378c1ab (patch)
tree2a0e68e5441e37531ed01a0c59fd0cc9bbd1dc06 /Cargo.toml
parentd4e982a6b91772f4a3f10edefdf1f64a1a6d0a8a (diff)
downloadglutin-9bf954d049427305e29805d59d5839c98378c1ab.tar.gz
glutin-9bf954d049427305e29805d59d5839c98378c1ab.zip
Use servo/rust-cocoa
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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"