windows: Remove unused dependencies (#15857)
I have removed some unused dependencies, reducing the total number of packages during the build from 1141 to 1112. This should slightly decrease the build time.  Release Notes: - N/A
This commit is contained in:
parent
081cbcebd9
commit
ac6bff12b9
1 changed files with 6 additions and 4 deletions
|
@ -39,7 +39,6 @@ derive_more.workspace = true
|
||||||
env_logger.workspace = true
|
env_logger.workspace = true
|
||||||
etagere = "0.2"
|
etagere = "0.2"
|
||||||
futures.workspace = true
|
futures.workspace = true
|
||||||
font-kit = { git = "https://github.com/zed-industries/font-kit", rev = "40391b7" }
|
|
||||||
gpui_macros.workspace = true
|
gpui_macros.workspace = true
|
||||||
http_client.workspace = true
|
http_client.workspace = true
|
||||||
image = "0.25.1"
|
image = "0.25.1"
|
||||||
|
@ -50,7 +49,6 @@ log.workspace = true
|
||||||
num_cpus = "1.13"
|
num_cpus = "1.13"
|
||||||
parking = "2.0.0"
|
parking = "2.0.0"
|
||||||
parking_lot.workspace = true
|
parking_lot.workspace = true
|
||||||
pathfinder_geometry = "0.5"
|
|
||||||
postage.workspace = true
|
postage.workspace = true
|
||||||
profiling.workspace = true
|
profiling.workspace = true
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
|
@ -96,25 +94,29 @@ core-foundation.workspace = true
|
||||||
core-foundation-sys = "0.8"
|
core-foundation-sys = "0.8"
|
||||||
core-graphics = "0.23"
|
core-graphics = "0.23"
|
||||||
core-text = "20.1"
|
core-text = "20.1"
|
||||||
|
font-kit = { git = "https://github.com/zed-industries/font-kit", rev = "40391b7" }
|
||||||
foreign-types = "0.5"
|
foreign-types = "0.5"
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
media.workspace = true
|
media.workspace = true
|
||||||
metal = "0.29"
|
metal = "0.29"
|
||||||
objc = "0.2"
|
objc = "0.2"
|
||||||
|
|
||||||
|
[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies]
|
||||||
|
pathfinder_geometry = "0.5"
|
||||||
|
|
||||||
[target.'cfg(any(target_os = "linux", target_os = "windows"))'.dependencies]
|
[target.'cfg(any(target_os = "linux", target_os = "windows"))'.dependencies]
|
||||||
flume = "0.11"
|
|
||||||
blade-graphics.workspace = true
|
blade-graphics.workspace = true
|
||||||
blade-macros.workspace = true
|
blade-macros.workspace = true
|
||||||
blade-util.workspace = true
|
blade-util.workspace = true
|
||||||
bytemuck = "1"
|
bytemuck = "1"
|
||||||
cosmic-text = { git = "https://github.com/pop-os/cosmic-text", rev = "542b20c" }
|
|
||||||
|
|
||||||
[target.'cfg(target_os = "linux")'.dependencies]
|
[target.'cfg(target_os = "linux")'.dependencies]
|
||||||
as-raw-xcb-connection = "1"
|
as-raw-xcb-connection = "1"
|
||||||
ashpd.workspace = true
|
ashpd.workspace = true
|
||||||
calloop = "0.13.0"
|
calloop = "0.13.0"
|
||||||
calloop-wayland-source = "0.3.0"
|
calloop-wayland-source = "0.3.0"
|
||||||
|
cosmic-text = { git = "https://github.com/pop-os/cosmic-text", rev = "542b20c" }
|
||||||
|
flume = "0.11"
|
||||||
wayland-backend = { version = "0.3.3", features = ["client_system", "dlopen"] }
|
wayland-backend = { version = "0.3.3", features = ["client_system", "dlopen"] }
|
||||||
wayland-client = { version = "0.31.2" }
|
wayland-client = { version = "0.31.2" }
|
||||||
wayland-cursor = "0.31.1"
|
wayland-cursor = "0.31.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue