mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Use new stylo crate renames (#35898)
Signed-off-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
parent
e4757534fe
commit
f527217bdc
105 changed files with 178 additions and 179 deletions
|
@ -26,7 +26,7 @@ servo_arc = { workspace = true }
|
|||
smallvec = { workspace = true }
|
||||
string_cache = { workspace = true }
|
||||
style = { workspace = true }
|
||||
style_dom = { workspace = true }
|
||||
stylo_dom = { workspace = true }
|
||||
style_malloc_size_of = { workspace = true }
|
||||
thin-vec = { workspace = true }
|
||||
tokio = { workspace = true, features = ["sync"] }
|
||||
|
|
|
@ -803,4 +803,4 @@ malloc_size_of_is_style_malloc_size_of!(style::values::computed::FontStretch);
|
|||
malloc_size_of_is_style_malloc_size_of!(style::values::computed::FontStyle);
|
||||
malloc_size_of_is_style_malloc_size_of!(style::values::computed::FontWeight);
|
||||
malloc_size_of_is_style_malloc_size_of!(style::values::computed::font::SingleFontFamily);
|
||||
malloc_size_of_is_style_malloc_size_of!(style_dom::ElementState);
|
||||
malloc_size_of_is_style_malloc_size_of!(stylo_dom::ElementState);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue