mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Kill serde_codegen 💣
This commit is contained in:
parent
fbfcfc2dbe
commit
f8467a26c4
17 changed files with 51 additions and 154 deletions
|
@ -36,11 +36,7 @@ servo_rand = {path = "../rand"}
|
|||
servo_remutex = {path = "../remutex"}
|
||||
servo_url = {path = "../url", features = ["servo"]}
|
||||
webvr_traits = {path = "../webvr_traits"}
|
||||
|
||||
[dependencies.webrender_traits]
|
||||
git = "https://github.com/servo/webrender"
|
||||
default-features = false
|
||||
features = ["serde_derive", "ipc"]
|
||||
webrender_traits = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
||||
|
||||
[target.'cfg(not(target_os = "windows"))'.dependencies]
|
||||
gaol = {git = "https://github.com/servo/gaol"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue