Update for changes in Send/Sync traits

This commit is contained in:
Pierre Krieger 2014-12-29 22:56:15 +01:00
parent 29bf3385ad
commit b9a6366f96
8 changed files with 41 additions and 4 deletions

View file

@ -38,9 +38,9 @@ git = "https://github.com/servo/rust-core-graphics"
git = "https://github.com/servo/rust-core-graphics"
[target.i686-pc-windows-gnu.dependencies.winapi]
version = "^0.0.2"
version = "^0.0.3"
features = ["gdi32", "kernel32", "user32"]
[target.x86_64-pc-windows-gnu.dependencies.winapi]
version = "^0.0.2"
version = "^0.0.3"
features = ["gdi32", "kernel32", "user32"]