Enable image feature in custom_shader example

This commit is contained in:
Héctor Ramón Jiménez 2024-09-18 02:26:30 +02:00
parent ce5834979c
commit 0f2cd1108b
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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