Break text runs by unicode script

This commit is contained in:
Matt Brubeck 2015-09-25 17:17:50 -07:00
parent 062493fac6
commit 371e6897e1
8 changed files with 51 additions and 1 deletions

View file

@ -81,3 +81,4 @@ serde = "0.6"
serde_macros = "0.5"
serde_json = "0.5"
unicode-bidi = "0.2"
unicode-script = { version = "0.1", features = ["harfbuzz"] }