mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Move selector matching to an external library, for use outside Servo.
This commit is contained in:
parent
2e1adb3fa6
commit
2a50755c8a
26 changed files with 136 additions and 2896 deletions
|
@ -41,6 +41,7 @@ extern crate style;
|
|||
extern crate "plugins" as servo_plugins;
|
||||
extern crate net;
|
||||
extern crate msg;
|
||||
extern crate selectors;
|
||||
#[macro_use]
|
||||
extern crate "util" as servo_util;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue