Use the official winapi crate
This commit is contained in:
parent
9a65e71a70
commit
d793b0ad22
10
Cargo.toml
10
Cargo.toml
|
@ -9,21 +9,19 @@ license = "Apache-2.0"
|
||||||
keywords = ["audio", "sound"]
|
keywords = ["audio", "sound"]
|
||||||
|
|
||||||
[target.i686-pc-windows-gnu.dependencies.winapi]
|
[target.i686-pc-windows-gnu.dependencies.winapi]
|
||||||
git = "https://github.com/tomaka/winapi-rs"
|
version = "^0.0.2"
|
||||||
branch = "mmdeviceapi"
|
|
||||||
features = ["ole32"]
|
features = ["ole32"]
|
||||||
|
|
||||||
[target.x86_64-pc-windows-gnu.dependencies.winapi]
|
[target.x86_64-pc-windows-gnu.dependencies.winapi]
|
||||||
git = "https://github.com/tomaka/winapi-rs"
|
version = "^0.0.2"
|
||||||
branch = "mmdeviceapi"
|
|
||||||
features = ["ole32"]
|
features = ["ole32"]
|
||||||
|
|
||||||
[target.i686-unknown-linux-gnu.dependencies.alsa-sys]
|
[target.i686-unknown-linux-gnu.dependencies.alsa-sys]
|
||||||
version = "*"
|
version = "^0.0.1"
|
||||||
path = "alsa-sys"
|
path = "alsa-sys"
|
||||||
|
|
||||||
[target.x86_64-unknown-linux-gnu.dependencies.alsa-sys]
|
[target.x86_64-unknown-linux-gnu.dependencies.alsa-sys]
|
||||||
version = "*"
|
version = "^0.0.1"
|
||||||
path = "alsa-sys"
|
path = "alsa-sys"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
Loading…
Reference in New Issue