servo/components/layout_traits/Cargo.toml
2017-02-18 21:09:46 +01:00

24 lines
554 B
TOML

[package]
name = "layout_traits"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
publish = false
[lib]
name = "layout_traits"
path = "lib.rs"
[dependencies]
gfx = {path = "../gfx"}
ipc-channel = "0.7"
msg = {path = "../msg"}
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"]