refactor: remove unnecessary dependencies
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -5475,8 +5475,6 @@ dependencies = [
|
|||||||
"parking_lot 0.12.4",
|
"parking_lot 0.12.4",
|
||||||
"rand",
|
"rand",
|
||||||
"rustc-hash 2.1.1",
|
"rustc-hash 2.1.1",
|
||||||
"rustix 1.0.7",
|
|
||||||
"send_wrapper",
|
|
||||||
"serde",
|
"serde",
|
||||||
"serde_repr",
|
"serde_repr",
|
||||||
"slotmap",
|
"slotmap",
|
||||||
@@ -5490,7 +5488,6 @@ dependencies = [
|
|||||||
"tracing-subscriber",
|
"tracing-subscriber",
|
||||||
"tracing-tracy",
|
"tracing-tracy",
|
||||||
"vulkano",
|
"vulkano",
|
||||||
"wayland-scanner",
|
|
||||||
"waynest",
|
"waynest",
|
||||||
"wgpu-hal",
|
"wgpu-hal",
|
||||||
"xkbcommon-rs",
|
"xkbcommon-rs",
|
||||||
|
|||||||
@@ -41,6 +41,12 @@ bevy_debugging = ["bevy/bevy_remote", "bevy/track_location"]
|
|||||||
auto_link = true
|
auto_link = true
|
||||||
auto_link_exclude_list = ["libc*", "libdl*", "libpthread*", "ld-linux*"]
|
auto_link_exclude_list = ["libc*", "libdl*", "libpthread*", "ld-linux*"]
|
||||||
|
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = true
|
||||||
|
strip = true
|
||||||
|
opt-level = 3
|
||||||
|
|
||||||
[profile.dev.package."*"]
|
[profile.dev.package."*"]
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
|
|
||||||
@@ -55,7 +61,6 @@ nanoid = "0.4.0"
|
|||||||
lazy_static = "1.5.0"
|
lazy_static = "1.5.0"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
rustc-hash = "2.0.0"
|
rustc-hash = "2.0.0"
|
||||||
send_wrapper = "0.6.0"
|
|
||||||
slotmap = "1.0.7"
|
slotmap = "1.0.7"
|
||||||
global_counter = "=0.2.2"
|
global_counter = "=0.2.2"
|
||||||
parking_lot = "0.12.3"
|
parking_lot = "0.12.3"
|
||||||
@@ -123,8 +128,6 @@ input-event-codes = "6.2.0"
|
|||||||
zbus = { version = "5.0.0", default-features = false, features = ["tokio"] }
|
zbus = { version = "5.0.0", default-features = false, features = ["tokio"] }
|
||||||
directories = "5.0.1"
|
directories = "5.0.1"
|
||||||
xkbcommon-rs = "0.1.0"
|
xkbcommon-rs = "0.1.0"
|
||||||
rustix = "1.0.7"
|
|
||||||
wayland-scanner = { version = "0.31.4", optional = true }
|
|
||||||
cosmic-text = "0.14.2"
|
cosmic-text = "0.14.2"
|
||||||
|
|
||||||
# Wayland
|
# Wayland
|
||||||
|
|||||||
Reference in New Issue
Block a user