gecko-dev/servo/components/layout_traits/Cargo.toml

21 строка
502 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"}
webrender_traits = {git = "https://github.com/servo/webrender", features = ["ipc"]}