mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Organize component Cargo.toml dependencies (#36224)
Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
This commit is contained in:
parent
b445053a7c
commit
1aac377e62
20 changed files with 66 additions and 65 deletions
|
@ -15,11 +15,6 @@ links = "script_bindings_crate"
|
|||
name = "script_bindings"
|
||||
path = "lib.rs"
|
||||
|
||||
[build-dependencies]
|
||||
phf_codegen = "0.11"
|
||||
phf_shared = "0.11"
|
||||
serde_json = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
bitflags = { workspace = true }
|
||||
crossbeam-channel = { workspace = true }
|
||||
|
@ -36,14 +31,19 @@ num-traits = { workspace = true }
|
|||
parking_lot = { workspace = true }
|
||||
regex = { workspace = true }
|
||||
servo_arc = { workspace = true }
|
||||
smallvec = { workspace = true }
|
||||
stylo_atoms = { workspace = true }
|
||||
servo_config = { path = "../config" }
|
||||
smallvec = { workspace = true }
|
||||
stylo = { workspace = true }
|
||||
stylo_atoms = { workspace = true }
|
||||
tendril = { version = "0.4.1", features = ["encoding_rs"] }
|
||||
webxr-api = { workspace = true, optional = true }
|
||||
xml5ever = { workspace = true }
|
||||
|
||||
[build-dependencies]
|
||||
phf_codegen = "0.11"
|
||||
phf_shared = "0.11"
|
||||
serde_json = { workspace = true }
|
||||
|
||||
[features]
|
||||
bluetooth = []
|
||||
webgpu = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue