Enable image feature in custom_shader example
This commit is contained in:
parent
ce5834979c
commit
0f2cd1108b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue