Support HEIC media imports

This commit is contained in:
2026-07-22 18:49:27 +02:00
parent bdfe57b66f
commit e9f2cdb25d
10 changed files with 335 additions and 26 deletions

7
Cargo.lock generated
View File

@@ -932,6 +932,7 @@ dependencies = [
"fastembed",
"fluent-bundle",
"fluent-syntax",
"hpvcd",
"htmd",
"image 0.25.10",
"keyring",
@@ -4047,6 +4048,12 @@ version = "1.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec9d92d097f4749b64e8cc33d924d9f40a2d4eb91402b458014b781f5733d60f"
[[package]]
name = "hpvcd"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f06638af0669411fb9ab793bb86c534d560bf8b384fb48975afc82a52cdd341"
[[package]]
name = "htmd"
version = "0.5.4"