Add blurhash to gallery
This commit is contained in:
parent
4bbb5cbc1f
commit
ab236376a3
4 changed files with 191 additions and 38 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue