aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSteven Sheldon <steven@sasheldon.com>2015-03-22 00:32:07 -0400
committerSteven Sheldon <steven@sasheldon.com>2015-03-25 10:07:54 -0400
commit9e96fdb2884af2dd19a50d862712c66f2b774275 (patch)
treec14207e9154376bb0125c90d9a395f4cf90a71e4 /Cargo.toml
parent63d2cd263ee3e68118213ae5b8ba1326fc3ee03e (diff)
downloadglutin-9e96fdb2884af2dd19a50d862712c66f2b774275.tar.gz
glutin-9e96fdb2884af2dd19a50d862712c66f2b774275.zip
Cleaned up OSX dependencies.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml21
1 files changed, 4 insertions, 17 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3b0317a..011f561 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,23 +30,10 @@ clock_ticks = "*"
[target.arm-linux-androideabi.dependencies.android_glue]
version = "0"
-[target.i686-apple-darwin.dependencies.glutin_cocoa]
-version = "0"
-
-[target.x86_64-apple-darwin.dependencies.glutin_cocoa]
-version = "0"
-
-[target.i686-apple-darwin.dependencies.glutin_core_graphics]
-version = "0"
-
-[target.x86_64-apple-darwin.dependencies.glutin_core_graphics]
-version = "0"
-
-[target.i686-apple-darwin.dependencies.glutin_core_foundation]
-version = "0"
-
-[target.x86_64-apple-darwin.dependencies.glutin_core_foundation]
-version = "0"
+[target.x86_64-apple-darwin.dependencies]
+glutin_cocoa = "0"
+glutin_core_graphics = "0"
+glutin_core_foundation = "0"
[target.i686-pc-windows-gnu.dependencies]
winapi = "0.1"