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
|
@ -38,13 +38,9 @@ style = {path = "../style"}
|
|||
style_traits = {path = "../style_traits"}
|
||||
time = "0.1.12"
|
||||
unicode-script = {version = "0.1", features = ["harfbuzz"]}
|
||||
webrender_traits = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
||||
xi-unicode = "0.1.0"
|
||||
|
||||
[dependencies.webrender_traits]
|
||||
git = "https://github.com/servo/webrender"
|
||||
default-features = false
|
||||
features = ["serde_derive", "ipc"]
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
byteorder = "1.0"
|
||||
core-foundation = "0.3"
|
||||
|
@ -59,5 +55,5 @@ servo-fontconfig = "0.2.1"
|
|||
simd = "0.2.0"
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
dwrote = "0.2"
|
||||
dwrote = "0.3"
|
||||
truetype = "0.26"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue