Fix for changes in winapi

This commit is contained in:
Pierre Krieger 2015-01-18 13:48:43 +01:00
parent 0d114c72b3
commit c2c43b80b3

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