mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Move EventState to rust-selectors.
This commit is contained in:
parent
f7f27a8146
commit
79ac365a68
20 changed files with 114 additions and 169 deletions
|
@ -70,7 +70,7 @@ extern crate rand;
|
|||
extern crate rustc_serialize;
|
||||
extern crate rustc_unicode;
|
||||
extern crate script_traits;
|
||||
extern crate selectors;
|
||||
#[macro_use(state_pseudo_classes)] extern crate selectors;
|
||||
extern crate serde;
|
||||
extern crate smallvec;
|
||||
extern crate string_cache;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue