Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all `examples` to Rust 2024 | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Fix compilation of `integration` example in `release` mode | 2024-05-22 | 1 | -0/+2 | |
| | | | | Fixes #2447. | ||||
* | Change init_with_level to init in examples | 2023-09-09 | 1 | -1/+0 | |
| | |||||
* | Dont use tracing-subscriber dependency on web | 2023-09-09 | 1 | -0/+1 | |
| | |||||
* | Add webgl feature for web examples | 2023-09-09 | 1 | -0/+3 | |
| | |||||
* | Update example dependencies | 2023-09-07 | 1 | -7/+2 | |
| | |||||
* | Use workspace dependencies and package inheritance | 2023-09-04 | 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. | ||||
* | Bundle `tiny-skia` backend together with `iced_renderer` | 2023-05-10 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -1/+1 | |
|\ | |||||
* | | Enable renderer backends in `integration` example | 2023-03-07 | 1 | -0/+1 | |
| | | |||||
* | | Move `webgl` feature selection for `wgpu` into `iced_wgpu` | 2023-03-05 | 1 | -1/+1 | |
| | | |||||
* | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+1 | |
| | | |||||
* | | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 2023-02-24 | 1 | -0/+22 | |
|/ | |||||
* | Rename `integration` examples | 2021-08-13 | 1 | -11/+0 | |
| | |||||
* | Update `env_logger` in `tour` and `integration` examples | 2020-11-10 | 1 | -1/+1 | |
| | |||||
* | Add `integration` example | 2020-02-09 | 1 | -0/+11 | |
It showcases how to integrate iced in an existing graphical application. |