From 0960f3c37d74d66b0f86d4b4515bd84b572ca4ad Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Thu, 10 Sep 2015 11:17:39 +0200 Subject: [PATCH] Update Cargo.toml after the previous changes --- Cargo.toml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5688e92..cf415e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,21 +12,7 @@ keywords = ["audio", "sound"] [dependencies] libc = "*" lazy_static = "0.1" - -[target.i686-pc-windows-gnu.dependencies] -winapi = "0.2.1" -ole32-sys = "0.1" - -[target.x86_64-pc-windows-gnu.dependencies] -winapi = "0.2.1" -ole32-sys = "0.1" - -[target.i686-pc-windows-msvc.dependencies] -winapi = "0.2.1" -ole32-sys = "0.1" - -[target.x86_64-pc-windows-msvc.dependencies] -winapi = "0.2.1" +winapi = "0.2.3" ole32-sys = "0.1" [target.i686-unknown-linux-gnu.dependencies.alsa-sys]