mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
compositing: Remove unused dependency. (#38179)
There are no uses of `net` within the `compositing` crate. Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
20386d9854
commit
b8a6600e9a
2 changed files with 1 additions and 3 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1377,7 +1377,6 @@ dependencies = [
|
|||
"ipc-channel",
|
||||
"libc",
|
||||
"log",
|
||||
"net",
|
||||
"pixels",
|
||||
"profile_traits",
|
||||
"servo-tracing",
|
||||
|
|
|
@ -31,12 +31,12 @@ gleam = { workspace = true }
|
|||
ipc-channel = { workspace = true }
|
||||
libc = { workspace = true }
|
||||
log = { workspace = true }
|
||||
net = { path = "../net" }
|
||||
pixels = { path = "../pixels" }
|
||||
profile_traits = { workspace = true }
|
||||
servo_allocator = { path = "../allocator" }
|
||||
servo_config = { path = "../config" }
|
||||
servo_geometry = { path = "../geometry" }
|
||||
servo-tracing = { workspace = true }
|
||||
stylo_traits = { workspace = true }
|
||||
timers = { path = "../timers" }
|
||||
tracing = { workspace = true, optional = true }
|
||||
|
@ -44,7 +44,6 @@ webrender = { workspace = true }
|
|||
webrender_api = { workspace = true }
|
||||
webxr = { path = "../webxr", optional = true }
|
||||
wr_malloc_size_of = { workspace = true }
|
||||
servo-tracing = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
surfman = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue