diff options
author | 2025-02-09 08:36:34 +0100 | |
---|---|---|
committer | 2025-02-09 08:36:34 +0100 | |
commit | 12653114bd1cadb10b9fe185b6f2b1e4300bdcf7 (patch) | |
tree | 8fa2254a1eb36685fd93241db638d2ad65856bcb /Cargo.lock | |
parent | 65bf503963bb58186ba7a60f6b6010e8a3b41ae7 (diff) | |
parent | e0d60d58391535d96f0864da4a4dde50d5669543 (diff) | |
download | iced-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.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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", |