mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add string_cache override for geckolib based on gecko atoms.
The work in these patches is based on Ms2ger's gecko-atom crate.
This commit is contained in:
parent
825f610dec
commit
b521c293dc
25 changed files with 5153 additions and 185 deletions
|
@ -15,7 +15,7 @@ util = {path = "../../../components/util"}
|
|||
app_units = {version = "0.2.3", features = ["plugins"]}
|
||||
cssparser = {version = "0.5.4", features = ["heap_size"]}
|
||||
euclid = {version = "0.6.4", features = ["plugins"]}
|
||||
selectors = {version = "0.5", features = ["heap_size"]}
|
||||
selectors = {version = "0.6", features = ["heap_size"]}
|
||||
string_cache = {version = "0.2", features = ["heap_size"]}
|
||||
url = {version = "1.0.0", features = ["heap_size"]}
|
||||
rustc-serialize = "0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue