about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGabriel Brand <gabr.brand@gmail.com>2024-03-20 21:25:14 +0100
committerVika <vika@fireburn.ru>2025-01-02 02:41:43 +0300
commit23c6aa557a68f6907088fcbc0cced3cd191c2824 (patch)
treee3ea7bd485785b5b69f608955c42a338be232a14 /Cargo.toml
parent40322c8bde4e954912811d0e7779692612ab1698 (diff)
downloadFurtherance-23c6aa557a68f6907088fcbc0cced3cd191c2824.tar.zst
Port AdwAboutWindow to AdwAboutDialog
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f4d425f..94a010b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ dbus = "0.9.7"
 dbus-codegen = "0.10.0"
 directories = "5.0"
 gettext-rs = { version = "0.7", features = ["gettext-system"] }
-gtk4-macros = "0.8.0"
+gtk4-macros = "0.8.2"
 itertools = "0.10.5"
 log = "0.4"
 num-derive = "0.3.3"
@@ -24,9 +24,10 @@ serde = { version = "1.0", features = ["derive"] }
 
 [dependencies.gtk]
 package = "gtk4"
-version = "0.8.0"
+version = "0.8.2"
+features = ["gnome_46"]
 
 [dependencies.adw]
 package = "libadwaita"
 version = "0.6.0"
-features = ["v1_4"]
\ No newline at end of file
+features = ["v1_5"]
\ No newline at end of file