Update Cargo.toml after the previous changes
This commit is contained in:
parent
fece179da7
commit
0960f3c37d
16
Cargo.toml
16
Cargo.toml
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue