diff --git a/Cargo.toml b/Cargo.toml index 01b901b..d20d912 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,11 +7,13 @@ description = "Cross-platform audio playing library in pure Rust." keywords = ["audio", "sound"] [target.i686-pc-windows-gnu.dependencies.winapi] -git = "https://github.com/retep998/winapi-rs" +git = "https://github.com/tomaka/winapi-rs" +branch = "mmdeviceapi" features = ["ole32"] [target.x86_64-pc-windows-gnu.dependencies.winapi] -git = "https://github.com/retep998/winapi-rs" +git = "https://github.com/tomaka/winapi-rs" +branch = "mmdeviceapi" features = ["ole32"] [dev-dependencies.vorbis]