Switch to ab_glyph by default, faster with identical results

This commit is contained in:
Jeremy Soller 2022-10-05 08:46:54 -06:00
parent d64583a8f4
commit 132fb02008
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
2 changed files with 74 additions and 20 deletions

View file

@ -6,12 +6,13 @@ edition = "2021"
publish = false
[dependencies]
ab_glyph = { version = "0.2", optional = true }
orbclient = "0.3"
rusttype = "0.9"
rusttype = { version = "0.9", optional = true }
rustybuzz = "0.5"
unicode-bidi = "0.3"
unicode-script = "0.5"
[features]
default = []
default = ["ab_glyph"]
mono = []