mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Remove explicit dependencies on serde_derive
This commit is contained in:
parent
76d8573393
commit
605ef8b7ec
42 changed files with 27 additions and 96 deletions
|
@ -34,7 +34,6 @@ script_layout_interface = {path = "../script_layout_interface"}
|
|||
script_traits = {path = "../script_traits"}
|
||||
selectors = { path = "../selectors" }
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
servo_geometry = {path = "../geometry"}
|
||||
serde_json = "1.0"
|
||||
servo_config = {path = "../config"}
|
||||
|
|
|
@ -36,9 +36,7 @@ extern crate range;
|
|||
extern crate rayon;
|
||||
extern crate script_layout_interface;
|
||||
extern crate script_traits;
|
||||
extern crate serde;
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
#[macro_use] extern crate serde;
|
||||
extern crate serde_json;
|
||||
extern crate servo_config;
|
||||
extern crate servo_geometry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue