mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Migrated -Z trace-layout to serde_json
This commit is contained in:
parent
f48b3fe219
commit
8bea421329
19 changed files with 129 additions and 114 deletions
|
@ -31,11 +31,12 @@ parking_lot = {version = "0.3.3", features = ["nightly"]}
|
|||
plugins = {path = "../plugins"}
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
range = {path = "../range"}
|
||||
rustc-serialize = "0.3"
|
||||
script_layout_interface = {path = "../script_layout_interface"}
|
||||
script_traits = {path = "../script_traits"}
|
||||
selectors = "0.14"
|
||||
serde = "0.8"
|
||||
serde_derive = "0.8"
|
||||
serde_json = "0.8"
|
||||
servo_atoms = {path = "../atoms"}
|
||||
smallvec = "0.1"
|
||||
style = {path = "../style"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue