From 9e96fdb2884af2dd19a50d862712c66f2b774275 Mon Sep 17 00:00:00 2001 From: Steven Sheldon Date: Sun, 22 Mar 2015 00:32:07 -0400 Subject: Cleaned up OSX dependencies. --- Cargo.toml | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3