summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLibravatar Héctor <hector@hecrj.dev>2025-02-09 08:36:34 +0100
committerLibravatar GitHub <noreply@github.com>2025-02-09 08:36:34 +0100
commit12653114bd1cadb10b9fe185b6f2b1e4300bdcf7 (patch)
tree8fa2254a1eb36685fd93241db638d2ad65856bcb /Cargo.lock
parent65bf503963bb58186ba7a60f6b6010e8a3b41ae7 (diff)
parente0d60d58391535d96f0864da4a4dde50d5669543 (diff)
downloadiced-12653114bd1cadb10b9fe185b6f2b1e4300bdcf7.tar.gz
iced-12653114bd1cadb10b9fe185b6f2b1e4300bdcf7.tar.bz2
iced-12653114bd1cadb10b9fe185b6f2b1e4300bdcf7.zip
Merge pull request #2796 from tarkah/feat/gallery-enhancements
Add blurhash to gallery
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5e14e0ff..c5e9443f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -665,6 +665,12 @@ dependencies = [
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1863,6 +1869,7 @@ dependencies = [
name = "gallery"
version = "0.1.0"
dependencies = [
+ "blurhash",
"bytes",
"iced",
"image",