mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
25 lines
593 B
TOML
25 lines
593 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"}
|
|
util = {path = "../util"}
|
|
ipc-channel = "0.5"
|
|
url = {version = "1.2", features = ["heap_size"]}
|
|
|
|
[dependencies.webrender_traits]
|
|
git = "https://github.com/servo/webrender"
|
|
default_features = false
|
|
features = ["serde_macros"]
|