From d793b0ad224021c1a876dbc052fa8b6b28a5ceea Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Wed, 17 Dec 2014 06:53:20 +0100 Subject: [PATCH] Use the official winapi crate --- Cargo.toml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2aa2f33..aad4074 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,21 +9,19 @@ license = "Apache-2.0" keywords = ["audio", "sound"] [target.i686-pc-windows-gnu.dependencies.winapi] -git = "https://github.com/tomaka/winapi-rs" -branch = "mmdeviceapi" +version = "^0.0.2" features = ["ole32"] [target.x86_64-pc-windows-gnu.dependencies.winapi] -git = "https://github.com/tomaka/winapi-rs" -branch = "mmdeviceapi" +version = "^0.0.2" features = ["ole32"] [target.i686-unknown-linux-gnu.dependencies.alsa-sys] -version = "*" +version = "^0.0.1" path = "alsa-sys" [target.x86_64-unknown-linux-gnu.dependencies.alsa-sys] -version = "*" +version = "^0.0.1" path = "alsa-sys" [dev-dependencies]