Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Update all `examples` to Rust 2024 | 1 | -1/+1 | ||
2024-05-22 | Fix compilation of `integration` example in `release` mode | 1 | -0/+2 | ||
Fixes #2447. | |||||
2023-09-09 | Change init_with_level to init in examples | 1 | -1/+0 | ||
2023-09-09 | Dont use tracing-subscriber dependency on web | 1 | -0/+1 | ||
2023-09-09 | Add webgl feature for web examples | 1 | -0/+3 | ||
2023-09-07 | Update example dependencies | 1 | -7/+2 | ||
2023-09-04 | Use workspace dependencies and package inheritance | 1 | -6/+7 | ||
We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version. | |||||
2023-05-10 | Bundle `tiny-skia` backend together with `iced_renderer` | 1 | -1/+1 | ||
2023-03-07 | Enable renderer backends in `integration` example | 1 | -0/+1 | ||
2023-03-05 | Move `webgl` feature selection for `wgpu` into `iced_wgpu` | 1 | -1/+1 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -0/+1 | ||
2023-02-24 | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 1 | -1/+1 | ||
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 | ||