mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Further changes required by Servo
This commit is contained in:
parent
f48b95e2e3
commit
a7699d9034
23 changed files with 76 additions and 117 deletions
|
@ -16,7 +16,6 @@ extern crate serde_json;
|
|||
extern crate servo_arc;
|
||||
extern crate servo_atoms;
|
||||
extern crate servo_url;
|
||||
#[macro_use]
|
||||
extern crate style;
|
||||
extern crate style_traits;
|
||||
extern crate test;
|
||||
|
@ -28,7 +27,6 @@ mod logical_geometry;
|
|||
mod parsing;
|
||||
mod properties;
|
||||
mod rule_tree;
|
||||
mod size_of;
|
||||
mod str;
|
||||
mod stylesheets;
|
||||
mod stylist;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue