diff options
author | Malte Voos <git@mal.tc> | 2025-10-07 20:57:48 +0200 |
---|---|---|
committer | Malte Voos <git@mal.tc> | 2025-10-07 20:57:48 +0200 |
commit | ee29a3b1291e9cedd8b54c31fa9f273e39f51970 (patch) | |
tree | e41665482ef2668e0313adc9701f03384152b208 /Cargo.toml | |
parent | 8aa48d67b0908b62d012b589df9b35f2f8551968 (diff) | |
download | lleap-ee29a3b1291e9cedd8b54c31fa9f273e39f51970.tar.gz lleap-ee29a3b1291e9cedd8b54c31fa9f273e39f51970.zip |
revamp subtitle selection
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 9d2e084..ca38001 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ env_logger = "0.11" log = "0.4" tracker = "0.2.2" unicode-segmentation = "1.12.0" -isolang = "2.4.0" +isolang = { git = "https://github.com/humenda/isolang-rs" } # TODO remove |