mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Clean up some unused dependencies (#32600)
This commit is contained in:
parent
52e6e59ebd
commit
7b6aa64aca
5 changed files with 0 additions and 8 deletions
|
@ -33,7 +33,6 @@ ipc-channel = { workspace = true }
|
|||
keyboard-types = { workspace = true }
|
||||
log = { workspace = true }
|
||||
media = { path = "../media" }
|
||||
metrics = { path = "../metrics" }
|
||||
net = { path = "../net" }
|
||||
net_traits = { workspace = true }
|
||||
parking_lot = { workspace = true }
|
||||
|
|
|
@ -18,7 +18,6 @@ atomic_refcell = { workspace = true }
|
|||
base = { workspace = true }
|
||||
canvas_traits = { workspace = true }
|
||||
bitflags = { workspace = true }
|
||||
cssparser = { workspace = true }
|
||||
embedder_traits = { workspace = true }
|
||||
euclid = { workspace = true }
|
||||
fnv = { workspace = true }
|
||||
|
|
|
@ -13,7 +13,6 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
app_units = { workspace = true }
|
||||
base = { workspace = true }
|
||||
crossbeam-channel = { workspace = true }
|
||||
embedder_traits = { workspace = true }
|
||||
euclid = { workspace = true }
|
||||
fnv = { workspace = true }
|
||||
|
|
|
@ -90,7 +90,6 @@ script_layout_interface = { workspace = true }
|
|||
script_traits = { workspace = true }
|
||||
selectors = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_bytes = { workspace = true }
|
||||
servo-media = { workspace = true }
|
||||
servo_allocator = { path = "../allocator" }
|
||||
servo_arc = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue