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

@ -45,8 +45,4 @@ style = {path = "../style"}
style_traits = {path = "../style_traits"}
unicode-bidi = "0.2"
unicode-script = {version = "0.1", features = ["harfbuzz"]}
[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"]}