Update to selectors 0.8.2

This commit is contained in:
Simon Sapin 2016-07-15 10:24:10 +02:00
parent f419db834c
commit fdb2071b2d
28 changed files with 455 additions and 286 deletions

View file

@ -6,15 +6,12 @@ extern crate app_units;
extern crate env_logger;
extern crate euclid;
extern crate gecko_bindings;
#[macro_use]
extern crate lazy_static;
#[macro_use] extern crate gecko_string_cache;
#[macro_use] extern crate lazy_static;
extern crate libc;
#[macro_use]
extern crate log;
#[macro_use] extern crate log;
extern crate num_cpus;
extern crate selectors;
#[macro_use(atom, ns)]
extern crate string_cache;
extern crate style;
extern crate style_traits;
extern crate url;