aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2014-11-05 12:11:42 +0100
committertomaka <pierre.krieger1708@gmail.com>2014-11-05 12:11:42 +0100
commita69c2209a58e2fb1354aae1c6e45cc5f555669cc (patch)
tree51daa7cf63cf83d440bae1b5ee0216f46d6e3d94 /Cargo.toml
parent605bf39b78c0afc38f8d14b12605f9e3a27bac65 (diff)
parent0ce2fd00dd09bde26bb785232712c469320c50d0 (diff)
downloadglutin-a69c2209a58e2fb1354aae1c6e45cc5f555669cc.tar.gz
glutin-a69c2209a58e2fb1354aae1c6e45cc5f555669cc.zip
Merge pull request #97 from DavidPartouche/cocoa_monitors
Retrieve the monitors and their info for osx
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 8 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4cae79d..6c76711 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +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/DavidPartouche/rust-core-graphics"
+
+[target.x86_64-apple-darwin.dependencies.core_graphics]
+git = "https://github.com/DavidPartouche/rust-core-graphics"