aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Partouche <david@manateedev.com>2014-11-06 16:40:30 +0100
committerDavid Partouche <david@manateedev.com>2014-11-06 16:40:30 +0100
commit2d76e0666fbb6dc3c8743d7365a234657e4b397a (patch)
treeb3fa28e6bada9d51f52dc50d7174fc2310731ec0 /Cargo.toml
parent6208c59a48070aa3c58bb0372e95d1c946abe673 (diff)
downloadglutin-2d76e0666fbb6dc3c8743d7365a234657e4b397a.tar.gz
glutin-2d76e0666fbb6dc3c8743d7365a234657e4b397a.zip
Added fullscreen support to osx
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 2 insertions, 8 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6c76711..c126559 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,14 +24,8 @@ git = "https://github.com/DavidPartouche/rust-cocoa"
[target.x86_64-apple-darwin.dependencies.cocoa]
git = "https://github.com/DavidPartouche/rust-cocoa"
-[target.i686-apple-darwin.dependencies.core_foundation]
-git = "https://github.com/DavidPartouche/rust-core-foundation"
-
-[target.x86_64-apple-darwin.dependencies.core_foundation]
-git = "https://github.com/DavidPartouche/rust-core-foundation"
-
[target.i686-apple-darwin.dependencies.core_graphics]
-git = "https://github.com/DavidPartouche/rust-core-graphics"
+git = "https://github.com/servo/rust-core-graphics"
[target.x86_64-apple-darwin.dependencies.core_graphics]
-git = "https://github.com/DavidPartouche/rust-core-graphics"
+git = "https://github.com/servo/rust-core-graphics"