Add blurhash to gallery

This commit is contained in:
Cory Forsstrom 2025-02-06 13:54:45 -08:00
parent 4bbb5cbc1f
commit ab236376a3
No known key found for this signature in database
GPG key ID: 64D6B5851FFCAC9E
4 changed files with 191 additions and 38 deletions

7
Cargo.lock generated
View file

@ -664,6 +664,12 @@ dependencies = [
"piper",
]
[[package]]
name = "blurhash"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e79769241dcd44edf79a732545e8b5cec84c247ac060f5252cd51885d093a8fc"
[[package]]
name = "built"
version = "0.7.5"
@ -1863,6 +1869,7 @@ dependencies = [
name = "gallery"
version = "0.1.0"
dependencies = [
"blurhash",
"bytes",
"iced",
"image",