Implement fallback priorities and han unification on Unix

This commit is contained in:
Jeremy Soller 2022-10-13 10:39:12 -06:00
parent 63680b5696
commit 7e08a63796
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
13 changed files with 290 additions and 51 deletions

View file

@ -7,6 +7,7 @@ publish = false
[dependencies]
ab_glyph = { version = "0.2", optional = true }
env_logger = "0.9"
fontdb = "0.9"
log = "0.4"
orbclient = "0.3"
@ -14,8 +15,10 @@ memmap2 = "0.5"
rusttype = { version = "0.9", optional = true }
rustybuzz = "0.5"
swash = { version = "0.1", optional = true }
sys-locale = "0.2"
unicode-bidi = "0.3"
unicode-linebreak = "0.1"
unicode-script = "0.5"
[features]
default = ["swash"]