summaryrefslogtreecommitdiffstats
path: root/renderer/src/widget/shader.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-14Re-organize `custom` module as `pipeline` moduleLibravatar Héctor Ramón Jiménez1-219/+0
2023-11-14Run `cargo fmt`Libravatar Héctor Ramón Jiménez1-2/+5
2023-11-14Added redraw request handling to widget events.Libravatar Bingus1-4/+4
2023-11-14Reexport Transformation from widget::shaderLibravatar Bingus1-0/+1
2023-11-14Added support for custom shader widget for iced_wgpu backend.Libravatar Bingus1-0/+215