Added support for custom shader widget for iced_wgpu backend.
This commit is contained in:
parent
817f728687
commit
781ef1f94c
37 changed files with 2139 additions and 6 deletions
13
examples/custom_shader/Cargo.toml
Normal file
13
examples/custom_shader/Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "custom_shader"
|
||||
version = "0.1.0"
|
||||
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"] }
|
||||
rand = "0.8.5"
|
||||
Loading…
Add table
Add a link
Reference in a new issue