mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
WR update: dependencies update
This commit is contained in:
parent
93dc2295f7
commit
ecc11826d2
6 changed files with 184 additions and 99 deletions
|
@ -21,7 +21,7 @@ embedder_traits = {path = "../embedder_traits"}
|
|||
euclid = "0.19"
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
gleam = {version = "0.6", optional = true}
|
||||
image = "0.20"
|
||||
image = "0.21"
|
||||
ipc-channel = "0.11"
|
||||
libc = "0.2"
|
||||
keyboard-types = "0.4.3"
|
||||
|
|
|
@ -63,5 +63,5 @@ servo-fontconfig = "0.2.1"
|
|||
xml5ever = {version = "0.12"}
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
dwrote = "0.7"
|
||||
dwrote = "0.8"
|
||||
truetype = "0.26"
|
||||
|
|
|
@ -20,7 +20,7 @@ headers-ext = "0.0.3"
|
|||
http = "0.1"
|
||||
hyper = "0.12"
|
||||
hyper_serde = "0.9"
|
||||
piston_image = {package = "image", version = "0.20"}
|
||||
piston_image = {package = "image", version = "0.21"}
|
||||
ipc-channel = "0.11"
|
||||
lazy_static = "1"
|
||||
log = "0.4"
|
||||
|
|
|
@ -58,7 +58,7 @@ html5ever = "0.22"
|
|||
http = "0.1"
|
||||
hyper = "0.12"
|
||||
hyper_serde = "0.9"
|
||||
image = "0.20"
|
||||
image = "0.21"
|
||||
indexmap = "1.0.2"
|
||||
ipc-channel = "0.11"
|
||||
itertools = "0.8"
|
||||
|
|
|
@ -16,7 +16,7 @@ cookie = "0.11"
|
|||
crossbeam-channel = "0.3"
|
||||
euclid = "0.19"
|
||||
hyper = "0.12"
|
||||
image = "0.20"
|
||||
image = "0.21"
|
||||
ipc-channel = "0.11"
|
||||
keyboard-types = "0.4.3"
|
||||
log = "0.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue