diff options
author | 2025-02-09 08:36:34 +0100 | |
---|---|---|
committer | 2025-02-09 08:36:34 +0100 | |
commit | 12653114bd1cadb10b9fe185b6f2b1e4300bdcf7 (patch) | |
tree | 8fa2254a1eb36685fd93241db638d2ad65856bcb /examples/gallery/Cargo.toml | |
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 'examples/gallery/Cargo.toml')
-rw-r--r-- | examples/gallery/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/gallery/Cargo.toml b/examples/gallery/Cargo.toml index 573389b1..c9dc1e9d 100644 --- a/examples/gallery/Cargo.toml +++ b/examples/gallery/Cargo.toml @@ -19,5 +19,7 @@ bytes.workspace = true image.workspace = true tokio.workspace = true +blurhash = "0.2.3" + [lints] workspace = true |