Update Cargo.toml after the previous changes

This commit is contained in:
Pierre Krieger 2015-09-10 11:17:39 +02:00
parent fece179da7
commit 0960f3c37d
1 changed files with 1 additions and 15 deletions

View File

@ -12,21 +12,7 @@ keywords = ["audio", "sound"]
[dependencies] [dependencies]
libc = "*" libc = "*"
lazy_static = "0.1" lazy_static = "0.1"
winapi = "0.2.3"
[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"
ole32-sys = "0.1" ole32-sys = "0.1"
[target.i686-unknown-linux-gnu.dependencies.alsa-sys] [target.i686-unknown-linux-gnu.dependencies.alsa-sys]