mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 22:31:03 +02:00
build: remove unused deps
This commit is contained in:
parent
b2194d01c9
commit
87a6523367
2 changed files with 0 additions and 7 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1738,7 +1738,6 @@ dependencies = [
|
||||||
"evdev-rs",
|
"evdev-rs",
|
||||||
"futures-lite 2.5.0",
|
"futures-lite 2.5.0",
|
||||||
"futures-signals",
|
"futures-signals",
|
||||||
"futures-util",
|
|
||||||
"glib",
|
"glib",
|
||||||
"gtk",
|
"gtk",
|
||||||
"gtk-layer-shell",
|
"gtk-layer-shell",
|
||||||
|
@ -1763,7 +1762,6 @@ dependencies = [
|
||||||
"swayipc-async",
|
"swayipc-async",
|
||||||
"sysinfo",
|
"sysinfo",
|
||||||
"system-tray",
|
"system-tray",
|
||||||
"time",
|
|
||||||
"tokio",
|
"tokio",
|
||||||
"tracing",
|
"tracing",
|
||||||
"tracing-appender",
|
"tracing-appender",
|
||||||
|
|
|
@ -164,7 +164,6 @@ libpulse-binding = { version = "2.28.2", optional = true }
|
||||||
# workspaces
|
# workspaces
|
||||||
swayipc-async = { version = "2.0.1", optional = true }
|
swayipc-async = { version = "2.0.1", optional = true }
|
||||||
hyprland = { version = "0.4.0-alpha.3", features = ["silent"], optional = true }
|
hyprland = { version = "0.4.0-alpha.3", features = ["silent"], optional = true }
|
||||||
futures-util = { version = "0.3.31", optional = true }
|
|
||||||
|
|
||||||
# shared
|
# shared
|
||||||
futures-lite = { version = "2.5.0", optional = true } # network_manager, upower, workspaces
|
futures-lite = { version = "2.5.0", optional = true } # network_manager, upower, workspaces
|
||||||
|
@ -177,10 +176,6 @@ zbus = { version = "3.15.2", default-features = false, features = ["tokio"], opt
|
||||||
# schema
|
# schema
|
||||||
schemars = { version = "0.8.21", optional = true }
|
schemars = { version = "0.8.21", optional = true }
|
||||||
|
|
||||||
# -- PATCH --
|
|
||||||
# temp fix for tracing-appender/time
|
|
||||||
time = "0.3.37"
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
clap = { version = "4.5.9", features = ["derive"] }
|
clap = { version = "4.5.9", features = ["derive"] }
|
||||||
clap_complete = "4.5.2"
|
clap_complete = "4.5.2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue