From 5ab839d56067e026f07309c7153b5572e725d171 Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Sat, 17 Jan 2026 23:56:42 +0100 Subject: Improve font size picker --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] [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" -- cgit