diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |