From ab236376a3f8f1ac3cdd8aeb0ffeee45e3de37e3 Mon Sep 17 00:00:00 2001 From: Cory Forsstrom Date: Thu, 6 Feb 2025 13:54:45 -0800 Subject: Add blurhash to gallery --- examples/gallery/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/gallery/Cargo.toml') 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 -- cgit