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