diff options
-rw-r--r-- | examples/custom_shader/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |