translations

This commit is contained in:
2023-05-06 03:05:46 +02:00
parent 45c130f3d7
commit d066215cf3
5 changed files with 30 additions and 6 deletions

10
rust/Cargo.lock generated
View File

@@ -156,6 +156,15 @@ version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
[[package]]
name = "encoding_rs"
version = "0.8.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
dependencies = [
"cfg-if",
]
[[package]]
name = "exr"
version = "1.6.3"
@@ -425,6 +434,7 @@ version = "0.1.0"
dependencies = [
"base64",
"binrw",
"encoding_rs",
"godot",
"image",
"itertools",