mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +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
|
@ -33,7 +33,6 @@ offscreen_gl_context = { version = "0.11", features = ["serde"] }
|
|||
profile_traits = {path = "../profile_traits"}
|
||||
script_traits = {path = "../script_traits"}
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
style_traits = {path = "../style_traits"}
|
||||
servo_config = {path = "../config"}
|
||||
servo_rand = {path = "../rand"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue