mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
55 lines
1.6 KiB
TOML
55 lines
1.6 KiB
TOML
[package]
|
|
name = "layout_2013"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[lib]
|
|
name = "layout_2013"
|
|
path = "lib.rs"
|
|
test = true
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
app_units = { workspace = true }
|
|
atomic_refcell = { workspace = true }
|
|
base = { workspace = true }
|
|
bitflags = { workspace = true }
|
|
canvas_traits = { workspace = true }
|
|
embedder_traits = { workspace = true }
|
|
euclid = { workspace = true }
|
|
fnv = { workspace = true }
|
|
gfx = { path = "../gfx" }
|
|
gfx_traits = { workspace = true }
|
|
html5ever = { workspace = true }
|
|
ipc-channel = { workspace = true }
|
|
lazy_static = { workspace = true }
|
|
log = { workspace = true }
|
|
malloc_size_of = { workspace = true }
|
|
malloc_size_of_derive = { workspace = true }
|
|
net_traits = { workspace = true }
|
|
pixels = { path = "../pixels" }
|
|
parking_lot = { workspace = true }
|
|
profile_traits = { workspace = true }
|
|
range = { path = "../range" }
|
|
rayon = { workspace = true }
|
|
script_layout_interface = { workspace = true }
|
|
script_traits = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
servo_arc = { workspace = true }
|
|
servo_atoms = { workspace = true }
|
|
servo_config = { path = "../config" }
|
|
servo_geometry = { path = "../geometry" }
|
|
servo_url = { path = "../url" }
|
|
size_of_test = { workspace = true }
|
|
smallvec = { workspace = true, features = ["union"] }
|
|
style = { workspace = true }
|
|
style_traits = { workspace = true }
|
|
unicode-bidi = { workspace = true, features = ["with_serde"] }
|
|
unicode-script = { workspace = true }
|
|
webrender_api = { workspace = true }
|
|
webrender_traits = { workspace = true }
|
|
xi-unicode = { workspace = true }
|