mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 14:21: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",
|
||||
"futures-lite 2.5.0",
|
||||
"futures-signals",
|
||||
"futures-util",
|
||||
"glib",
|
||||
"gtk",
|
||||
"gtk-layer-shell",
|
||||
|
@ -1763,7 +1762,6 @@ dependencies = [
|
|||
"swayipc-async",
|
||||
"sysinfo",
|
||||
"system-tray",
|
||||
"time",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"tracing-appender",
|
||||
|
|
|
@ -164,7 +164,6 @@ libpulse-binding = { version = "2.28.2", optional = true }
|
|||
# workspaces
|
||||
swayipc-async = { version = "2.0.1", optional = true }
|
||||
hyprland = { version = "0.4.0-alpha.3", features = ["silent"], optional = true }
|
||||
futures-util = { version = "0.3.31", optional = true }
|
||||
|
||||
# shared
|
||||
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
|
||||
schemars = { version = "0.8.21", optional = true }
|
||||
|
||||
# -- PATCH --
|
||||
# temp fix for tracing-appender/time
|
||||
time = "0.3.37"
|
||||
|
||||
[build-dependencies]
|
||||
clap = { version = "4.5.9", features = ["derive"] }
|
||||
clap_complete = "4.5.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue