Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-11-14 | Re-organize `custom` module as `pipeline` module | 3 | -304/+0 | ||
... and move `Shader` widget to `iced_widget` crate | |||||
2023-11-14 | Run `cargo fmt` | 2 | -3/+6 | ||
2023-11-14 | Added redraw request handling to widget events. | 2 | -4/+8 | ||
2023-11-14 | Reexport Transformation from widget::shader | 1 | -0/+1 | ||
2023-11-14 | Added support for custom shader widget for iced_wgpu backend. | 3 | -0/+296 | ||
2023-03-03 | Move `Canvas` and `QRCode` to `iced` crate | 3 | -563/+0 | ||
Rename `canvas` modules to `geometry` in graphics subcrates | |||||
2023-03-03 | Rename `canvas::frame` to `canvas` in `iced_wgpu` | 1 | -3/+3 | ||
2023-03-01 | Implement `Canvas` support for `iced_tiny_skia` | 3 | -0/+563 | ||