Refactor, add support for RTL but not quite BIDI

This commit is contained in:
Jeremy Soller 2022-10-04 14:08:47 -06:00
parent 78e422dcc8
commit 12f2c3344c
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
2 changed files with 203 additions and 87 deletions

View file

@ -9,6 +9,8 @@ publish = false
orbclient = "0.3"
rusttype = "0.9"
rustybuzz = "0.5"
unicode-bidi = "0.3"
unicode-script = "0.5"
[features]
default = []