diff options
author | David Partouche <david@manateedev.com> | 2014-11-05 11:17:58 +0100 |
---|---|---|
committer | David Partouche <david@manateedev.com> | 2014-11-05 11:17:58 +0100 |
commit | 0ce2fd00dd09bde26bb785232712c469320c50d0 (patch) | |
tree | 51daa7cf63cf83d440bae1b5ee0216f46d6e3d94 | |
parent | 9dd592600ac91f7fe00a6e2af6651755b38f57a7 (diff) | |
download | glutin-0ce2fd00dd09bde26bb785232712c469320c50d0.tar.gz glutin-0ce2fd00dd09bde26bb785232712c469320c50d0.zip |
Switched to own repos for osx bindings
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -25,13 +25,13 @@ git = "https://github.com/DavidPartouche/rust-cocoa" git = "https://github.com/DavidPartouche/rust-cocoa" [target.i686-apple-darwin.dependencies.core_foundation] -git = "https://github.com/servo/rust-core-foundation" +git = "https://github.com/DavidPartouche/rust-core-foundation" [target.x86_64-apple-darwin.dependencies.core_foundation] -git = "https://github.com/servo/rust-core-foundation" +git = "https://github.com/DavidPartouche/rust-core-foundation" [target.i686-apple-darwin.dependencies.core_graphics] -git = "https://github.com/servo/rust-core-graphics" +git = "https://github.com/DavidPartouche/rust-core-graphics" [target.x86_64-apple-darwin.dependencies.core_graphics] -git = "https://github.com/servo/rust-core-graphics" +git = "https://github.com/DavidPartouche/rust-core-graphics" |