diff options
author | tomaka <pierre.krieger1708@gmail.com> | 2014-11-20 08:15:00 +0100 |
---|---|---|
committer | tomaka <pierre.krieger1708@gmail.com> | 2014-11-20 08:15:00 +0100 |
commit | 6fe3b72e3bcc3405dd9df5807f4f2966fe9e52a7 (patch) | |
tree | 2a0e68e5441e37531ed01a0c59fd0cc9bbd1dc06 | |
parent | d4e982a6b91772f4a3f10edefdf1f64a1a6d0a8a (diff) | |
parent | 9bf954d049427305e29805d59d5839c98378c1ab (diff) | |
download | glutin-6fe3b72e3bcc3405dd9df5807f4f2966fe9e52a7.tar.gz glutin-6fe3b72e3bcc3405dd9df5807f4f2966fe9e52a7.zip |
Merge pull request #126 from bjz/servo-rust-cocoa
Use servo/rust-cocoa
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |