Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-11-14 | Improve module hierarchy of `custom_shader` example | 9 | -126/+121 | |
2023-11-14 | Remove `Default` implementation in `custom_shader` example | 1 | -10/+7 | |
2023-11-14 | Rename `cubes` to `scene` in `custom_shader` example | 2 | -31/+31 | |
2023-11-14 | Use a single source for amount of cubes in `custom_shader` example | 1 | -4/+1 | |
2023-11-14 | Export `wgpu` crate in `shader` module in `iced_widget` | 6 | -1/+11 | |
2023-11-14 | Create `shader` function helper in `iced_widget` | 1 | -4/+3 | |
2023-11-14 | Re-organize `custom` module as `pipeline` module | 2 | -10/+16 | |
2023-11-14 | Fix `clippy` lints :crab: | 3 | -7/+7 | |
2023-11-14 | Update `wgpu` in `custom_shader` example | 1 | -3/+7 | |
2023-11-14 | Added support for custom shader widget for iced_wgpu backend. | 18 | -0/+1606 |