Switch to ab_glyph by default, faster with identical results
This commit is contained in:
parent
d64583a8f4
commit
132fb02008
2 changed files with 74 additions and 20 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue