mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
24 lines
554 B
TOML
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"}
|
|
script_traits = {path = "../script_traits"}
|
|
msg = {path = "../msg"}
|
|
net_traits = {path = "../net_traits"}
|
|
profile_traits = {path = "../profile_traits"}
|
|
ipc-channel = "0.5"
|
|
servo_url = {path = "../url"}
|
|
|
|
[dependencies.webrender_traits]
|
|
git = "https://github.com/servo/webrender"
|
|
default-features = false
|
|
features = ["serde_derive", "ipc"]
|