Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-04-13 | Update `env_logger` in `integration_wgpu` example | 1 | -1/+1 | ||
2023-02-24 | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 1 | -22/+0 | ||
2023-01-09 | Restructured everything to make profiling a feature of iced_winit. | 1 | -1/+0 | ||
2023-01-09 | Initial profiling support for Iced. | 1 | -0/+1 | ||
2022-02-09 | Update Rust edition to 2021 :tada: | 1 | -1/+1 | ||
2022-01-28 | Experimental wgpu WebGL backend support | 1 | -1/+12 | ||
- 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 | |||||
2021-08-25 | Add spaces around `iced_wgpu` feature list in `Cargo.toml` of `integration_wgpu` | 1 | -1/+1 | ||
2021-08-19 | wgpu: Update to 0.10 | 1 | -1/+1 | ||
2021-08-13 | Rename `integration` examples | 1 | -1/+1 | ||
2020-11-10 | Update `env_logger` in `tour` and `integration` examples | 1 | -1/+1 | ||
2020-02-09 | Add `integration` example | 1 | -3/+3 | ||
It showcases how to integrate iced in an existing graphical application. | |||||
2020-01-20 | Package examples and remove `dev-dependencies` | 1 | -0/+11 | ||