Merge pull request #210 from tomaka/fix-winapi

Fix for changes in winapi
This commit is contained in:
tomaka 2015-01-18 13:51:43 +01:00
commit bcda363188

View file

@ -45,9 +45,9 @@ git = "https://github.com/servo/rust-core-foundation"
git = "https://github.com/servo/rust-core-foundation"
[target.i686-pc-windows-gnu.dependencies.winapi]
version = "*"
version = "0.0.5"
features = ["gdi32", "kernel32", "user32"]
[target.x86_64-pc-windows-gnu.dependencies.winapi]
version = "*"
version = "0.0.5"
features = ["gdi32", "kernel32", "user32"]