From 0f2cd1108bd27879e3e082454c45a79fbbb7269b Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 18 Sep 2024 02:26:30 +0200 Subject: Enable `image` feature in `custom_shader` example --- examples/custom_shader/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom_shader/Cargo.toml b/examples/custom_shader/Cargo.toml index b602f98d..7f14b8c1 100644 --- a/examples/custom_shader/Cargo.toml +++ b/examples/custom_shader/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] iced.workspace = true -iced.features = ["debug", "advanced"] +iced.features = ["debug", "image", "advanced"] image.workspace = true bytemuck.workspace = true -- cgit