mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
style: Add simple rule-tree benchmarks. Fix rule node drop race.
This commit is contained in:
parent
8412008525
commit
e67ea42c3f
6 changed files with 276 additions and 28 deletions
|
@ -16,12 +16,13 @@ testing = ["style/testing"]
|
|||
app_units = "0.3"
|
||||
cssparser = {version = "0.7", features = ["heap_size"]}
|
||||
euclid = "0.10.1"
|
||||
html5ever-atoms = "0.1"
|
||||
matches = "0.1"
|
||||
owning_ref = "0.2.2"
|
||||
parking_lot = "0.3"
|
||||
rayon = "0.5"
|
||||
rustc-serialize = "0.3"
|
||||
selectors = "0.15"
|
||||
html5ever-atoms = "0.1"
|
||||
servo_atoms = {path = "../../../components/atoms"}
|
||||
servo_config = {path = "../../../components/config"}
|
||||
style = {path = "../../../components/style"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue