mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
cargo: Remove unused dependency (#38239)
Remove unused `Cargo.toml` dependency to reduce binary size. Testing: Can still compile in different platforms. Signed-off-by: Euclid Ye <euclid.ye@huawei.com>
This commit is contained in:
parent
52f53f61e1
commit
0e4b2bfef0
9 changed files with 0 additions and 22 deletions
|
@ -81,7 +81,6 @@ itertools = { workspace = true }
|
|||
js = { workspace = true }
|
||||
jstraceable_derive = { path = "../jstraceable_derive" }
|
||||
keyboard-types = { workspace = true }
|
||||
kurbo = { workspace = true }
|
||||
layout_api = { workspace = true }
|
||||
libc = { workspace = true }
|
||||
log = { workspace = true }
|
||||
|
@ -109,7 +108,6 @@ selectors = { workspace = true }
|
|||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true }
|
||||
servo-media = { workspace = true }
|
||||
servo_allocator = { path = "../allocator" }
|
||||
servo_arc = { workspace = true }
|
||||
servo_config = { path = "../config" }
|
||||
servo_geometry = { path = "../geometry" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue