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

@ -72,6 +72,7 @@ extern crate smallvec;
extern crate string_cache;
extern crate style;
extern crate time;
extern crate unicode_script;
extern crate url;