Move util::cursor to style_traits

This commit is contained in:
Anthony Ramine 2016-02-14 19:37:00 +01:00
parent c929dbe253
commit 290694b27e
27 changed files with 44 additions and 14 deletions

View file

@ -69,6 +69,7 @@ extern crate skia;
extern crate smallvec;
extern crate string_cache;
extern crate style;
extern crate style_traits;
extern crate time;
extern crate unicode_script;
extern crate url;