fix image preview

This commit is contained in:
Julian Freeman
2026-03-22 15:46:13 -04:00
parent e3cba2a6ba
commit 7a82f3fb81
6 changed files with 36 additions and 11 deletions

8
src-tauri/Cargo.lock generated
View File

@@ -670,6 +670,7 @@ name = "chrono-snap"
version = "0.1.0"
dependencies = [
"anyhow",
"base64 0.22.1",
"chrono",
"image",
"serde",
@@ -2023,6 +2024,12 @@ dependencies = [
"pin-project-lite",
]
[[package]]
name = "http-range"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
[[package]]
name = "httparse"
version = "1.10.1"
@@ -4902,6 +4909,7 @@ dependencies = [
"gtk",
"heck 0.5.0",
"http",
"http-range",
"jni",
"libc",
"log",