diff options
author | 2025-02-06 13:54:45 -0800 | |
---|---|---|
committer | 2025-02-06 14:44:11 -0800 | |
commit | ab236376a3f8f1ac3cdd8aeb0ffeee45e3de37e3 (patch) | |
tree | 056f35c6f9bbcb8db3d0c29a5595ce17747f027e /examples/gallery/Cargo.toml | |
parent | 4bbb5cbc1f8b2a0ee8e09be18071368df3ba5bbd (diff) | |
download | iced-ab236376a3f8f1ac3cdd8aeb0ffeee45e3de37e3.tar.gz iced-ab236376a3f8f1ac3cdd8aeb0ffeee45e3de37e3.tar.bz2 iced-ab236376a3f8f1ac3cdd8aeb0ffeee45e3de37e3.zip |
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 |