aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_traits/Cargo.toml
blob: 2fe80f7cbbfe25b9bb210f65b9eaeaa3c35925aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "layout_traits"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
edition = "2018"
publish = false

[lib]
name = "layout_traits"
path = "lib.rs"

[dependencies]
crossbeam-channel = { workspace = true }
gfx = { path = "../gfx" }
ipc-channel = { workspace = true }
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" }