mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 13:46:16 +00:00
08761f30ee
Co-authored-by: Biswapriyo Nath <nathbappai@gmail.com> Co-authored-by: TomIO <43716232+TomJo2000@users.noreply.github.com>
14 lines
372 B
Diff
14 lines
372 B
Diff
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 6a6aa16..58b576a 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -34,7 +34,7 @@ flate2 = "1.0"
|
|
fs_extra = "1.3"
|
|
futures = "0.3.30"
|
|
geo = "0.28.0"
|
|
-gettext-rs = { version = "0.7.0", features = ["gettext-system"] }
|
|
+gettext-rs = { path = "./gettext-source/gettext-rs" }
|
|
gio = "0.19.5"
|
|
glib = "0.19.7"
|
|
glib-build-tools = "0.19.0"
|