mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-06 21:01:02 +02:00
build: update hyprland-rs to 0.4.0-alpha.1
(#565) this does have some breaking changes in it so it could have other side effects.
This commit is contained in:
parent
78fcd44c1a
commit
f7a39ddecc
4 changed files with 18 additions and 58 deletions
|
@ -148,7 +148,9 @@ libpulse-binding = { version = "2.28.1", optional = true }
|
|||
|
||||
# workspaces
|
||||
swayipc-async = { version = "2.0.1", optional = true }
|
||||
hyprland = { version = "0.3.13", default_features = false, features = ["listener", "tokio", "silent"], optional = true }
|
||||
hyprland = { version = "0.4.0-alpha.1", features = ["silent"], optional = true }
|
||||
futures-util = { version = "0.3.30", optional = true }
|
||||
num-traits = "0.2.18"
|
||||
|
||||
# shared
|
||||
futures-lite = { version = "2.3.0", optional = true } # workspaces, upower
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue