Add style_traits crate to improve crate separation,

closes #7353
This commit is contained in:
João Oliveira 2015-09-03 21:05:44 +01:00
parent 8d21a79246
commit 4a305d1e62
21 changed files with 274 additions and 156 deletions

View file

@ -18,7 +18,7 @@ extern crate rustc_serialize;
extern crate serde;
extern crate util;
extern crate url;
extern crate style;
extern crate style_traits;
#[cfg(target_os = "macos")]
extern crate core_foundation;