Switch to retep998/winapi

This commit is contained in:
Pierre Krieger 2014-12-15 12:15:11 +01:00
parent 081912c5fb
commit 9089246b4d
1 changed files with 5 additions and 4 deletions

View File

@ -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"