1786278419

This commit is contained in:
2026-08-09 14:26:59 +02:00
parent e4b1e33f1f
commit a95f40cdea
5 changed files with 261 additions and 188 deletions

27
Cargo.lock generated
View File

@@ -57,7 +57,7 @@ dependencies = [
"ndk-context",
"ndk-sys",
"num_enum",
"thiserror 2.0.19",
"thiserror 2.0.20",
]
[[package]]
@@ -312,7 +312,7 @@ dependencies = [
"num-traits",
"pastey",
"rayon",
"thiserror 2.0.19",
"thiserror 2.0.20",
"v_frame",
"y4m",
]
@@ -851,6 +851,7 @@ dependencies = [
"serde_json",
"slint",
"slint-build",
"thiserror 2.0.20",
"tokio",
"trekstor",
"url",
@@ -1636,7 +1637,7 @@ dependencies = [
"parking_lot",
"serde",
"serde_json",
"thiserror 2.0.19",
"thiserror 2.0.20",
"tokio",
"tokio-tungstenite",
]
@@ -2304,7 +2305,7 @@ dependencies = [
"jni-sys 0.4.1",
"log",
"simd_cesu8",
"thiserror 2.0.19",
"thiserror 2.0.20",
"walkdir",
"windows-link",
]
@@ -2552,7 +2553,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7755f08423275157ad1680aaecc9ccb7e0cc633da3240fea2d1522935cc15c72"
dependencies = [
"lyon_path",
"thiserror 2.0.19",
"thiserror 2.0.20",
]
[[package]]
@@ -2662,7 +2663,7 @@ dependencies = [
"objc2-foundation 0.3.2",
"once_cell",
"png",
"thiserror 2.0.19",
"thiserror 2.0.20",
"windows-sys 0.61.2",
]
@@ -3662,7 +3663,7 @@ dependencies = [
"rand",
"rand_chacha",
"simd_helpers",
"thiserror 2.0.19",
"thiserror 2.0.20",
"v_frame",
"wasm-bindgen",
]
@@ -4476,11 +4477,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.19"
version = "2.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
dependencies = [
"thiserror-impl 2.0.19",
"thiserror-impl 2.0.20",
]
[[package]]
@@ -4496,9 +4497,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.19"
version = "2.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
dependencies = [
"proc-macro2",
"quote",
@@ -4739,7 +4740,7 @@ dependencies = [
"log",
"rand",
"sha1",
"thiserror 2.0.19",
"thiserror 2.0.20",
]
[[package]]