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:
Martin Robinson 2024-08-29 16:51:39 +02:00 committed by GitHub
parent 93abdf7cb5
commit 3f93de7f54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 5 deletions

1
Cargo.lock generated
View file

@ -3741,7 +3741,6 @@ dependencies = [
"style_traits",
"unicode-bidi",
"unicode-script",
"unicode-segmentation",
"url",
"webrender_api",
"webrender_traits",