mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 06:41:03 +02:00
refactor: update hyprland-rs, remove expect
s from hyprland client code
Fixes #960
This commit is contained in:
parent
f3ae57bfe5
commit
1b6aa10423
3 changed files with 233 additions and 102 deletions
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue