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:
Euclid Ye 2025-07-23 21:32:50 +08:00 committed by GitHub
parent 52f53f61e1
commit 0e4b2bfef0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 0 additions and 22 deletions

View file

@ -23,7 +23,6 @@ fonts = { path = "../fonts" }
ipc-channel = { workspace = true }
kurbo = { workspace = true }
log = { workspace = true }
lyon_geom = "1.0.4"
net_traits = { workspace = true }
pixels = { path = "../pixels" }
range = { path = "../range" }