1
0
Fork 0
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:
Jake Stanger 2024-12-29 00:35:32 +00:00
parent b2194d01c9
commit 87a6523367
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
2 changed files with 0 additions and 7 deletions

2
Cargo.lock generated
View file

@ -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",

View file

@ -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"