mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Bug 1389009 - stylo: Add fallible append APIs for Vec and SmallVec. r=manishearth.
This commit is contained in:
parent
54cd23adb8
commit
155a20ff83
4 changed files with 165 additions and 0 deletions
|
@ -40,6 +40,7 @@ cfg-if = "0.1.0"
|
|||
cssparser = "0.20"
|
||||
encoding = {version = "0.2", optional = true}
|
||||
euclid = "0.15"
|
||||
fallible = { path = "../fallible" }
|
||||
fnv = "1.0"
|
||||
hashglobe = { path = "../hashglobe" }
|
||||
heapsize = {version = "0.4", optional = true}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue