mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
I also properly bump any dependency related to the serde_macros removal from webrender_traits
24 lines
623 B
TOML
24 lines
623 B
TOML
[package]
|
|
name = "layout_traits"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "layout_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
gfx = {path = "../gfx"}
|
|
script_traits = {path = "../script_traits"}
|
|
msg = {path = "../msg"}
|
|
net_traits = {path = "../net_traits"}
|
|
profile_traits = {path = "../profile_traits"}
|
|
util = {path = "../util"}
|
|
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
|
url = {version = "1.0.0", features = ["heap_size"]}
|
|
|
|
[dependencies.webrender_traits]
|
|
git = "https://github.com/servo/webrender_traits"
|
|
default_features = false
|
|
features = ["serde_macros"]
|