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

@ -40,12 +40,8 @@ time = "0.1.17"
unicase = "1.4.0"
url = {version = "1.2", features = ["heap_size"]}
uuid = {version = "0.4", features = ["v4"]}
webrender_traits = {git = "https://github.com/servo/webrender", features = ["ipc"]}
websocket = "0.17"
[dependencies.webrender_traits]
git = "https://github.com/servo/webrender"
default-features = false
features = ["serde_derive", "ipc"]
[target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies]
tinyfiledialogs = "2.5.9"