Make Servo components use winapi 0.3

This commit is contained in:
Anthony Ramine 2019-01-16 12:43:56 +01:00
parent bd0b191d84
commit 600ce022dd
5 changed files with 8 additions and 34 deletions

View file

@ -13,4 +13,4 @@ path = "lib.rs"
jemalloc-sys = { version = "0.1.4" }
[target.'cfg(windows)'.dependencies]
kernel32-sys = { version = "0.2.1" }
winapi = { version = "0.3", features = ["heapapi"] }