Clean up some unused dependencies (#32600)

This commit is contained in:
Oriol Brufau 2024-06-25 15:02:59 +02:00 committed by GitHub
parent 52e6e59ebd
commit 7b6aa64aca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 0 additions and 8 deletions

View file

@ -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 }

View file

@ -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 }

View file

@ -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 }

View file

@ -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 }