aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Partouche <david@manateedev.com>2014-11-05 11:17:58 +0100
committerDavid Partouche <david@manateedev.com>2014-11-05 11:17:58 +0100
commit0ce2fd00dd09bde26bb785232712c469320c50d0 (patch)
tree51daa7cf63cf83d440bae1b5ee0216f46d6e3d94 /Cargo.toml
parent9dd592600ac91f7fe00a6e2af6651755b38f57a7 (diff)
downloadglutin-0ce2fd00dd09bde26bb785232712c469320c50d0.tar.gz
glutin-0ce2fd00dd09bde26bb785232712c469320c50d0.zip
Switched to own repos for osx bindings
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7157229..6c76711 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"