Skip to content

Commit

Permalink
v0.1.6 (#58)
Browse files Browse the repository at this point in the history
* v0.1.6

* bump ver
  • Loading branch information
nnyyxxxx authored Nov 1, 2024
1 parent 4f3dd91 commit 46a17e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyprgui"
version = "0.1.5"
version = "0.1.6"
authors = ["Nyx <[email protected]>", "Adam Perkowski <[email protected]>"]
license = "GPL-2.0"
description = "GUI for configuring Hyprland!"
Expand All @@ -17,7 +17,7 @@ edition = "2021"

[dependencies]
gtk = { version = "0.9.2", package = "gtk4" }
hyprparser = "0.1.1"
hyprparser = "0.1.2"
libc = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 46a17e7

Please sign in to comment.