Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-11-05 | Update `wgpu` to `23.0` | 1 | -2/+2 | ||
2024-09-20 | Update `wgpu` to `22.0` | 1 | -0/+1 | ||
2024-09-20 | Update `wgpu` to `0.20.1` | 1 | -0/+2 | ||
2023-10-27 | Update `wgpu` to `0.18` and `cosmic-text` to `0.10` | 1 | -1/+3 | ||
2023-09-20 | Fix `clippy::manual_let_else` | 1 | -1/+0 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -1/+1 | ||
2023-02-24 | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 1 | -0/+0 | ||
2022-07-09 | Fix `clippy` lints for all crates and features | 1 | -36/+33 | ||
... and check those in CI as well! | |||||
2022-07-02 | update `wgpu` to `0.13` | 1 | -6/+6 | ||
2022-01-28 | Experimental wgpu WebGL backend support | 1 | -9/+14 | ||
- Added missing `draw_cache_align_4x4` call for `brush_glyph` on wasm32 target - Added WebGL support to `integratio_wgpu` example - Fixed test.yml CI workflow - Removed spir-v shader in `integration_wgpu`; Fixed formatting - Removed redundant `BoxStream` typedef | |||||
2022-01-04 | Fix `integration_wgpu` example | 1 | -0/+1 | ||
2021-08-19 | wgpu: Update to 0.10 | 1 | -1/+1 | ||
2021-08-13 | Rename `integration` examples | 1 | -0/+0 | ||
2021-04-11 | Upgrade wgpu | 1 | -5/+6 | ||
2021-02-03 | [wgpu 0.7] Update integration example | 1 | -20/+20 | ||
2020-08-27 | Remove redundant depth bias fields in `iced_wgpu` | 1 | -3/+0 | ||
2020-08-27 | Update `wgpu` in `integration` example | 1 | -20/+20 | ||
2020-06-08 | Removed empty bind group from integration example (#390) | 1 | -24/+5 | ||
2020-06-05 | Clear frames explicitly in `integration` example | 1 | -28/+27 | ||
2020-05-21 | Simplify `integration` example with `Program` | 1 | -4/+2 | ||
2020-04-07 | Update `wgpu` to `0.5` in `iced_wgpu` :tada: | 1 | -2/+6 | ||
2020-02-09 | Add `integration` example | 1 | -0/+119 | ||
It showcases how to integrate iced in an existing graphical application. |