diff options
author | Tomaka17 <pierre.krieger1708@gmail.com> | 2014-11-05 15:23:20 +0100 |
---|---|---|
committer | Tomaka17 <pierre.krieger1708@gmail.com> | 2014-11-05 15:23:20 +0100 |
commit | 2e44edea60a19919be467a1228ae971e7b988fec (patch) | |
tree | 0b8d9233e9ee28e574f7a6bb462daa9e3fb56133 /Cargo.toml | |
parent | 4c674ef8437ba921f6e95a882a644bdcb1b8e235 (diff) | |
parent | a69c2209a58e2fb1354aae1c6e45cc5f555669cc (diff) | |
download | glutin-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.toml | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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" |