Use xi-unicode for line breaking

This commit is contained in:
Matt Brubeck 2016-04-28 10:50:30 -07:00
parent d3f55fbf60
commit 894f6395e6
243 changed files with 430 additions and 470 deletions

View file

@ -80,6 +80,7 @@ extern crate unicode_script;
extern crate url;
extern crate util;
extern crate webrender_traits;
extern crate xi_unicode;
pub use paint_context::PaintContext;