Revert "Switch to retep998/winapi"

This reverts commit 9089246b4d.
This commit is contained in:
Pierre Krieger 2014-12-15 19:42:23 +01:00
parent 302a1941ab
commit f94eea9eb1
1 changed files with 4 additions and 2 deletions

View File

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