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