mirror of
https://github.com/servo/servo.git
synced 2025-06-28 19:13:41 +01:00
21 lines
532 B
TOML
21 lines
532 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.10"
|
|
metrics = {path = "../metrics"}
|
|
msg = {path = "../msg"}
|
|
net_traits = {path = "../net_traits"}
|
|
profile_traits = {path = "../profile_traits"}
|
|
script_traits = {path = "../script_traits"}
|
|
servo_url = {path = "../url"}
|
|
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|