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]