summaryrefslogtreecommitdiffstats
path: root/examples/pokedex/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez2025-02-211-1/+1
|
* Implement AI `gallery` example :tada:Libravatar Héctor Ramón Jiménez2025-01-271-2/+1
| | | | It displays the most popular daily images of Civitai!
* Remove `load` method from `application` and `daemon`Libravatar Héctor Ramón Jiménez2024-07-091-1/+1
| | | | | If you need to run a `Task` during boot, use `run_with` instead!
* Update example dependenciesLibravatar Héctor Ramón Jiménez2023-09-071-2/+5
|
* Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-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:Libravatar Héctor Ramón Jiménez2022-02-091-1/+1
|
* Update `reqwest` in examplesLibravatar Héctor Ramón Jiménez2022-01-131-1/+2
| | | | ... and rely on `rustls` instead of `native-tls`
* Remove support for old `tokio` crateLibravatar Héctor Ramón Jiménez2022-01-121-2/+2
|
* Introduce `tokio_old` featureLibravatar Héctor Ramón Jiménez2020-11-251-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` exampleLibravatar Héctor Ramón Jiménez2020-03-061-5/+9
|
* Allow switching `executor::Default` with featuresLibravatar Héctor Ramón Jiménez2020-02-061-2/+1
|
* Make `pokedex` example work on WasmLibravatar Héctor Ramón Jiménez2020-02-051-2/+7
|
* Use `reqwest` and `tokio` in `pokedex` exampleLibravatar Héctor Ramón Jiménez2020-02-051-3/+3
|
* Make `image` support optional in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-01-201-1/+1
| | | | | This reduces binary size when image rendering is not necessary a considerable amount.
* Package examples and remove `dev-dependencies`Libravatar Héctor Ramón Jiménez2020-01-201-0/+14