Skip to content

Commit

Permalink
Update ashpd, adwaita and gtk4
Browse files Browse the repository at this point in the history
  • Loading branch information
aknarts committed Feb 22, 2024
1 parent ce4d7c2 commit 6577440
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["unreal", "engine", "gamedev", "assets", "epic"]
categories = ["gui"]

[dependencies]
adw = { package = "libadwaita", version = "0.5.2" }
adw = { package = "libadwaita", version = "0.5.3" }
anyhow = "1.0"
byte-unit = "5.1"
chrono = "0.4"
Expand All @@ -19,7 +19,7 @@ diesel_migrations = { version = "2", features = ["sqlite"] }
egs-api = "0.6"
env_logger = "0.11"
fs2 = "0.4.3"
gtk4 = { version = "0.7.2", features = ["v4_8"] }
gtk4 = { version = "0.7.3", features = ["v4_8"] }
gtk-macros = "0.3"
html2pango = "0.6"
lazy_static = "1.4"
Expand All @@ -45,7 +45,7 @@ winres = "0.1"
open = "5.0.0"

[target.'cfg(target_os = "linux")'.dependencies]
ashpd = "0.6.2"
ashpd = "0.6.8"
gettext-rs = { version = "0.7", features = ["gettext-system"] }
ghregistry = "^0.2"
secret-service = { version = "3.0", features = ["crypto-rust"]}

0 comments on commit 6577440

Please sign in to comment.