aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2026-01-17 23:56:42 +0100
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-01-18 00:19:59 +0100
commit5ab839d56067e026f07309c7153b5572e725d171 (patch)
treebbd83a99abf4868d222d0cb5b5c4114b97323028 /Cargo.toml
parentbfd56ed050ab5d9a342e28067ec91f7656dc8f0d (diff)
Improve font size picker
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 1b8cb9e..e53777d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ authors = ["Rubén Beltrán del Río <wmap@r.bdr.sh>"]
[dependencies]
cairo-rs = "0.21.5"
dirs = "5.0"
-gettext-rs = "0.7"
+gettext-rs = { version = "0.7", features = ["gettext-system"] }
relm4 = "0.10.0"
relm4-components = "0.10.0"
relm4-icons = "0.10.0"