From 9dd592600ac91f7fe00a6e2af6651755b38f57a7 Mon Sep 17 00:00:00 2001 From: David Partouche Date: Tue, 4 Nov 2014 18:03:38 +0100 Subject: Retrieve the monitors and their info for osx --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3 From 0ce2fd00dd09bde26bb785232712c469320c50d0 Mon Sep 17 00:00:00 2001 From: David Partouche Date: Wed, 5 Nov 2014 11:17:58 +0100 Subject: Switched to own repos for osx bindings --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7157229..6c76711 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,13 +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/servo/rust-core-graphics" +git = "https://github.com/DavidPartouche/rust-core-graphics" [target.x86_64-apple-darwin.dependencies.core_graphics] -git = "https://github.com/servo/rust-core-graphics" +git = "https://github.com/DavidPartouche/rust-core-graphics" -- cgit v1.2.3