update hyprland-rs crate to 0.4.0-beta.1

---
Co-authored-by: peppidesu <@peppidesu>
This commit is contained in:
NotAShelf
2024-10-31 22:20:53 +03:00
parent 6e0385f694
commit 89769e43f1
2 changed files with 137 additions and 54 deletions

View File

@@ -12,6 +12,6 @@ crate-type = ["cdylib"]
fuzzy-matcher = "0.3.7"
anyrun-plugin = { path = "../../anyrun-plugin" }
abi_stable = "0.11.1"
hyprland = "0.3"
hyprland = "0.4.0-beta.1"
ron = "0.8.0"
serde = { version = "1.0.160", features = ["derive"] }