add blurhash dependency

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-03-08 20:25:11 -05:00
parent badf3070c8
commit d227eb6551
2 changed files with 9 additions and 0 deletions

7
Cargo.lock generated
View File

@@ -770,6 +770,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.7"
@@ -3291,6 +3297,7 @@ name = "notedeck_ui"
version = "0.4.0"
dependencies = [
"bitflags 2.9.0",
"blurhash",
"egui",
"egui_extras",
"ehttp",