mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
layout: Stop using unicode-segmentation
in layout (#33250)
`layout` already uses `icu_segmentation` so there's no need to pull in another segmenter. This reduces the number of segmenters used in the crate to 2 from 3. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
93abdf7cb5
commit
3f93de7f54
3 changed files with 4 additions and 5 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -3741,7 +3741,6 @@ dependencies = [
|
|||
"style_traits",
|
||||
"unicode-bidi",
|
||||
"unicode-script",
|
||||
"unicode-segmentation",
|
||||
"url",
|
||||
"webrender_api",
|
||||
"webrender_traits",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue