diff options
Diffstat (limited to 'components/layout_2020/Cargo.toml')
-rw-r--r-- | components/layout_2020/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/layout_2020/Cargo.toml b/components/layout_2020/Cargo.toml index 8739f66f4e9..1501c52c7e2 100644 --- a/components/layout_2020/Cargo.toml +++ b/components/layout_2020/Cargo.toml @@ -36,6 +36,8 @@ icu_segmenter = { workspace = true } ipc-channel = { workspace = true } itertools = { workspace = true } log = { workspace = true } +malloc_size_of = { workspace = true } +malloc_size_of_derive = { workspace = true } net_traits = { workspace = true } parking_lot = { workspace = true } pixels = { path = "../pixels" } |