aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Partouche <david@manateedev.com>2014-11-04 18:03:38 +0100
committerDavid Partouche <david@manateedev.com>2014-11-04 18:03:38 +0100
commit9dd592600ac91f7fe00a6e2af6651755b38f57a7 (patch)
treebb2a75e4b0cb6f54f45617cf811ad923d27aef79 /Cargo.toml
parent605bf39b78c0afc38f8d14b12605f9e3a27bac65 (diff)
downloadglutin-9dd592600ac91f7fe00a6e2af6651755b38f57a7.tar.gz
glutin-9dd592600ac91f7fe00a6e2af6651755b38f57a7.zip
Retrieve the monitors and their info for osx
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4cae79d..7157229 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,3 +29,9 @@ git = "https://github.com/servo/rust-core-foundation"
[target.x86_64-apple-darwin.dependencies.core_foundation]
git = "https://github.com/servo/rust-core-foundation"
+
+[target.i686-apple-darwin.dependencies.core_graphics]
+git = "https://github.com/servo/rust-core-graphics"
+
+[target.x86_64-apple-darwin.dependencies.core_graphics]
+git = "https://github.com/servo/rust-core-graphics"