Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Update all `examples` to Rust 2024 | 1 | -1/+1 | ||
2025-01-27 | Implement AI `gallery` example :tada: | 1 | -2/+1 | ||
It displays the most popular daily images of Civitai! | |||||
2024-10-22 | Dismiss `large-enum-variant` lint | 1 | -0/+3 | ||
2024-09-18 | Add `tracing-subscriber` to `changelog` tool | 1 | -0/+1 | ||
2024-09-17 | Implement a `changelog-generator` tool and example | 1 | -13/+8 | ||
2024-07-09 | Remove `load` method from `application` and `daemon` | 1 | -1/+1 | ||
If you need to run a `Task` during boot, use `run_with` instead! | |||||
2023-12-15 | Remove `webgl` feature in `pokedex` example | 1 | -1/+1 | ||
2023-12-15 | Update `winit` to `0.29.4` | 1 | -1/+1 | ||
2023-09-07 | Update example dependencies | 1 | -2/+5 | ||
2023-09-04 | Use workspace dependencies and package inheritance | 1 | -1/+3 | ||
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. | |||||
2022-02-09 | Update Rust edition to 2021 :tada: | 1 | -1/+1 | ||
2022-01-13 | Update `reqwest` in examples | 1 | -1/+2 | ||
... and rely on `rustls` instead of `native-tls` | |||||
2022-01-12 | Remove support for old `tokio` crate | 1 | -2/+2 | ||
2020-11-25 | Introduce `tokio_old` feature | 1 | -1/+1 | ||
This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version. | |||||
2020-03-06 | Update `reqwest` in `pokedex` example | 1 | -5/+9 | ||
2020-02-06 | Allow switching `executor::Default` with features | 1 | -2/+1 | ||
2020-02-05 | Make `pokedex` example work on Wasm | 1 | -2/+7 | ||
2020-02-05 | Use `reqwest` and `tokio` in `pokedex` example | 1 | -3/+3 | ||
2020-01-20 | Make `image` support optional in `iced_wgpu` | 1 | -1/+1 | ||
This reduces binary size when image rendering is not necessary a considerable amount. | |||||
2020-01-20 | Package examples and remove `dev-dependencies` | 1 | -0/+14 | ||