Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove leftover `primitive::pipeline` module | 2024-04-08 | 1 | -1/+0 | |
| | |||||
* | Reintroduce support for custom primitives in `iced_wgpu` | 2024-04-08 | 1 | -115/+0 | |
| | |||||
* | Use `rustc-hash` for most of our `HashMap` and `HashSet` instances | 2024-04-01 | 1 | -2/+2 | |
| | |||||
* | Make `iced_tiny_skia` optional with a `tiny-skia` feature | 2024-03-22 | 1 | -2/+2 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -1/+1 | |
| | |||||
* | wgpu: require `Send` on stored pipelines | 2024-01-11 | 1 | -2/+2 | |
| | |||||
* | Provide actual bounds to `Shader` primitives | 2023-11-28 | 1 | -3/+2 | |
| | | | | ... and allow for proper translation and scissoring. | ||||
* | Fix broken intra-doc links | 2023-11-14 | 1 | -2/+2 | |
| | |||||
* | Re-organize `custom` module as `pipeline` module | 2023-11-14 | 1 | -0/+117 | |
... and move `Shader` widget to `iced_widget` crate |