Update wgpu in custom_shader example
This commit is contained in:
parent
46a48af97f
commit
3e8ed05356
2 changed files with 17 additions and 8 deletions
|
|
@ -5,9 +5,14 @@ authors = ["Bingus <shankern@protonmail.com>"]
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
iced = { path = "../..", features = ["debug", "advanced"]}
|
||||
image = { version = "0.24.6"}
|
||||
wgpu = "0.17"
|
||||
bytemuck = { version = "1.13.1" }
|
||||
glam = { version = "0.24.0", features = ["bytemuck"] }
|
||||
iced.workspace = true
|
||||
iced.features = ["debug", "advanced"]
|
||||
|
||||
image.workspace = true
|
||||
wgpu.workspace = true
|
||||
bytemuck.workspace = true
|
||||
|
||||
glam.workspace = true
|
||||
glam.features = ["bytemuck"]
|
||||
|
||||
rand = "0.8.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue