mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
WIP: Dedupe dependencies
This commit is contained in:
parent
8eb2a53e20
commit
6354cd9a5e
11 changed files with 49 additions and 144 deletions
|
@ -52,7 +52,7 @@ half = "1.0"
|
|||
html5ever = "0.22"
|
||||
hyper = "0.10"
|
||||
hyper_serde = "0.8"
|
||||
image = "0.18"
|
||||
image = "0.19"
|
||||
ipc-channel = "0.10"
|
||||
itertools = "0.7.6"
|
||||
jstraceable_derive = {path = "../jstraceable_derive"}
|
||||
|
@ -69,7 +69,7 @@ mozjs = { version = "0.7.1", features = ["promises"]}
|
|||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
num-traits = "0.1.32"
|
||||
offscreen_gl_context = {version = "0.17", features = ["serde"]}
|
||||
offscreen_gl_context = {version = "0.18", features = ["serde"]}
|
||||
parking_lot = "0.5"
|
||||
phf = "0.7.18"
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue