Skip to content

Commit

Permalink
fix: Update hyprland-rs for Hyprland v0.42.0
Browse files Browse the repository at this point in the history
Fixes an issue where new fullscreen states broke hyprland-rs.
  • Loading branch information
donovanglover committed Aug 7, 2024
1 parent 6e20efc commit f1df35a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
22 changes: 16 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "GPL-3.0-or-later"

[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
hyprland = "0.4.0-alpha.1"
hyprland = { git = "https://github.com/MrYuto/hyprland-rs" }

[build-dependencies]
clap = { version = "4.5.4", features = ["derive"] }
Expand Down

0 comments on commit f1df35a

Please sign in to comment.