Skip to content

Commit

Permalink
Set a fixed gettext-rs version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecaddd committed Sep 20, 2024
1 parent 260d241 commit 2bbfed3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
gettext-rs = "0.7.1"
gettext-rs = { version = "0.7", features = ["gettext-system"] }
granite = { version = "1.1", package = "granite-rs", features = ["v7_2"] }
gtk = { version = "0.9.1", package = "gtk4" }
once_cell = "1.19.0"
3 changes: 0 additions & 3 deletions src/config.rs.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
pub static APP_ID: &str = @APP_ID@;
#[allow(dead_code)]
pub static SLASHED_APP_ID: &str = @SLASHED_APP_ID@;
#[allow(dead_code)]
pub static GETTEXT_PACKAGE: &str = @GETTEXT_PACKAGE@;
#[allow(dead_code)]
pub static LOCALEDIR: &str = @LOCALEDIR@;
#[allow(dead_code)]
pub static PKGDATADIR: &str = @PKGDATADIR@;

0 comments on commit 2bbfed3

Please sign in to comment.