mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Add size_of tests for geckolib selectors
This commit is contained in:
parent
cf2ae86373
commit
fd357f08cf
8 changed files with 124 additions and 2 deletions
|
@ -17,6 +17,9 @@ path = "lib.rs"
|
|||
# https://github.com/servo/servo/issues/16710
|
||||
doctest = false
|
||||
|
||||
[features]
|
||||
gecko_like_types = []
|
||||
|
||||
[dependencies]
|
||||
bitflags = "0.7"
|
||||
matches = "0.1"
|
||||
|
@ -24,3 +27,6 @@ cssparser = "0.13.3"
|
|||
fnv = "1.0"
|
||||
precomputed-hash = "0.1"
|
||||
smallvec = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
size_of_test = {path = "../size_of_test"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue