diff options
author | tomaka <pierre.krieger1708@gmail.com> | 2014-11-05 12:11:42 +0100 |
---|---|---|
committer | tomaka <pierre.krieger1708@gmail.com> | 2014-11-05 12:11:42 +0100 |
commit | a69c2209a58e2fb1354aae1c6e45cc5f555669cc (patch) | |
tree | 51daa7cf63cf83d440bae1b5ee0216f46d6e3d94 /Cargo.toml | |
parent | 605bf39b78c0afc38f8d14b12605f9e3a27bac65 (diff) | |
parent | 0ce2fd00dd09bde26bb785232712c469320c50d0 (diff) | |
download | glutin-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.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" |