Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Run `cargo fmt` | 1 | -1/+1 | ||
2025-02-04 | Take `Event` by reference in `Widget::update` | 1 | -1/+1 | ||
2024-11-05 | Unify `shader::Program` API with `canvas::Program` | 2 | -30/+7 | ||
2024-11-05 | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | 2 | -5/+1 | ||
2024-04-08 | Reintroduce support for custom primitives in `iced_wgpu` | 1 | -2/+2 | ||
2023-12-15 | Update `winit` to `0.29.4` | 1 | -1/+1 | ||
2023-11-14 | Fix broken intra-doc links | 2 | -3/+3 | ||
2023-11-14 | Use `Instant` from `iced_core` instead of `std` | 1 | -2/+1 | ||
This is needed for Wasm compatibility. | |||||
2023-11-14 | Re-organize `custom` module as `pipeline` module | 2 | -0/+88 | ||
... and move `Shader` widget to `iced_widget` crate |