Skip to content

Commit

Permalink
Update to gtk-rs 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmardojai committed Feb 24, 2023
1 parent a86334e commit a4184f2
Show file tree
Hide file tree
Showing 8 changed files with 185 additions and 204 deletions.
118 changes: 60 additions & 58 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
Expand Up @@ -5,12 +5,12 @@ authors = ["Rafael Mardojai CM <email@rafaelmardojai.com>"]
edition = "2018"

[dependencies]
adw = { package = "libadwaita", version = "0.1" }
adw = { package = "libadwaita", version = "0.3" }
image = "0.23"
log = "0.4"
pretty_env_logger = "0.4"
gettext-rs = { version = "0.6", features = ["gettext-system"] }
gtk = { package = "gtk4", version = "0.4", features = ["v4_6"] }
gtk = { package = "gtk4", version = "0.6", features = ["v4_8"] }
gtk-macros = "0.3"
once_cell = "1.5"
url = "2.2"
Expand Down
Loading

0 comments on commit a4184f2

Please sign in to comment.