aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTomaka17 <pierre.krieger1708@gmail.com>2014-11-05 15:23:20 +0100
committerTomaka17 <pierre.krieger1708@gmail.com>2014-11-05 15:23:20 +0100
commit2e44edea60a19919be467a1228ae971e7b988fec (patch)
tree0b8d9233e9ee28e574f7a6bb462daa9e3fb56133 /Cargo.toml
parent4c674ef8437ba921f6e95a882a644bdcb1b8e235 (diff)
parenta69c2209a58e2fb1354aae1c6e45cc5f555669cc (diff)
downloadglutin-2e44edea60a19919be467a1228ae971e7b988fec.tar.gz
glutin-2e44edea60a19919be467a1228ae971e7b988fec.zip
Merge branch 'master' of http://github.com/tomaka/gl-init-rs
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"