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