Kill serde_codegen 💣

This commit is contained in:
Anthony Ramine 2017-02-28 19:31:25 +01:00
parent fbfcfc2dbe
commit f8467a26c4
17 changed files with 51 additions and 154 deletions

View file

@ -17,8 +17,4 @@ net_traits = {path = "../net_traits"}
profile_traits = {path = "../profile_traits"}
script_traits = {path = "../script_traits"}
servo_url = {path = "../url"}
[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"]}