chore: update to icu 2.0

Reduces binary size by about 25 MB.
This commit is contained in:
Vukašin Vojinović 2025-09-15 23:44:45 +02:00
parent f6e464ee61
commit d2b13f987d
4 changed files with 327 additions and 467 deletions

View file

@ -23,8 +23,7 @@ tokio = { version = "1", features = ["process", "time"] }
syntect = "5.2.0"
two-face = "0.4.3"
# Internationalization
icu_collator = "1.5"
icu_provider = { version = "1.5", features = ["sync"] }
icu = { version = "2.0.0", features = ["compiled_data"] }
i18n-embed = { version = "0.16", features = [
"fluent-system",
"desktop-requester",