aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2026-01-19 00:38:37 +0100
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-01-19 02:28:00 +0100
commitb41c4768d9b2e41532ae0018469809ff37280216 (patch)
treecd73007bd2690efeca6ecfbc8eab4f61232bfb1f /Cargo.toml
parenta5ac6203f247d884aba8530b108d554ff80be333 (diff)
Update to use Gnome 48 features1.0.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f9bb91f..85efae3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ authors = ["Rubén Beltrán del Río <wmap@r.bdr.sh>"]
cairo-rs = "0.21.5"
dirs = "5.0"
gettext-rs = { version = "0.7", features = ["gettext-system"] }
-relm4 = "0.10.0"
+relm4 = { version = "0.10.0", features = ["gnome_48"] }
relm4-components = "0.10.0"
relm4-icons = "0.10.0"
relm4-macros = "0.10.0"