1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 06:41:03 +02:00

refactor: update hyprland-rs, remove expects from hyprland client code

Fixes #960
This commit is contained in:
Jake Stanger 2025-05-16 22:15:32 +01:00
parent f3ae57bfe5
commit 1b6aa10423
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
3 changed files with 233 additions and 102 deletions

View file

@ -10,6 +10,7 @@ keywords = ["gtk", "bar", "wayland", "wlroots", "gtk-layer-shell"]
[features]
default = [
"bindmode+all",
"cli",
"cairo",
"clipboard",
@ -19,7 +20,6 @@ default = [
"focused",
"http",
"ipc",
"bindmode+all",
"keyboard+all",
"launcher",
"label",
@ -182,7 +182,7 @@ libpulse-binding = { version = "2.30.1", optional = true }
futures-lite = { version = "2.6.0", optional = true } # network_manager, upower, workspaces, keyboard
zbus = { version = "5.6.0", default-features = false, features = ["tokio"], optional = true } # network_manager, notifications, upower
swayipc-async = { version = "2.0.4", optional = true } # workspaces, keyboard
hyprland = { version = "0.4.0-alpha.3", features = ["silent"], optional = true } # workspaces, keyboard
hyprland = { version = "0.4.0-beta.2", optional = true } # workspaces, keyboard
rustix = { version = "1.0.7", default-features = false, features = ["std", "fs", "pipe", "event"], optional = true } # clipboard, input
serde_json = { version = "1.0.140", optional = true } # ipc, niri
@ -193,4 +193,4 @@ schemars = { version = "0.8.22", optional = true }
clap = { version = "4.5.38", features = ["derive"] }
clap_complete = "4.5.50"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
serde_json = "1.0.140"