mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Removing unused dependencies in crates. (#37096)
Removed unused dependencies in various crates using cargo-machete, grep and cargo-udeps. Testing: The CI tests if any dependencies were used that are removed. Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
This commit is contained in:
parent
048471275d
commit
8788248fec
18 changed files with 0 additions and 62 deletions
|
@ -24,9 +24,7 @@ image = { workspace = true }
|
|||
ipc-channel = { workspace = true }
|
||||
keyboard-types = { workspace = true }
|
||||
log = { workspace = true }
|
||||
net_traits = { workspace = true }
|
||||
pixels = { path = "../pixels" }
|
||||
script_traits = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
servo_config = { path = "../config" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue