From 9089246b4dc787f6e5faf47b745ef87eb126a8bc Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Mon, 15 Dec 2014 12:15:11 +0100 Subject: [PATCH] Switch to retep998/winapi --- Cargo.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1842593..01b901b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,11 +7,12 @@ description = "Cross-platform audio playing library in pure Rust." keywords = ["audio", "sound"] [target.i686-pc-windows-gnu.dependencies.winapi] -git = "https://github.com/tomaka/winapi-rs" -branch = "mmdeviceapi" +git = "https://github.com/retep998/winapi-rs" features = ["ole32"] [target.x86_64-pc-windows-gnu.dependencies.winapi] -git = "https://github.com/tomaka/winapi-rs" -branch = "mmdeviceapi" +git = "https://github.com/retep998/winapi-rs" features = ["ole32"] + +[dev-dependencies.vorbis] +git = "https://github.com/tomaka/vorbis-rs"