summaryrefslogtreecommitdiffstats
path: root/wgpu/src/custom.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-14Remove unsused `custom.rs` file in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-8/+0
2023-11-14Re-organize `custom` module as `pipeline` moduleLibravatar Héctor Ramón Jiménez1-61/+2
... and move `Shader` widget to `iced_widget` crate
2023-11-14Write missing documentation for `custom` module in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-0/+1
2023-11-14Added support for custom shader widget for iced_wgpu backend.Libravatar Bingus1-0/+66