summaryrefslogtreecommitdiffstats
path: root/examples/changelog/Cargo.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-21Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez1-1/+1
2025-01-27Implement AI `gallery` example :tada:Libravatar Héctor Ramón Jiménez1-2/+1
It displays the most popular daily images of Civitai!
2024-10-22Dismiss `large-enum-variant` lintLibravatar Héctor Ramón Jiménez1-0/+3
2024-09-18Add `tracing-subscriber` to `changelog` toolLibravatar Héctor Ramón Jiménez1-0/+1
2024-09-17Implement a `changelog-generator` tool and exampleLibravatar Héctor Ramón Jiménez1-13/+8
2024-07-09Remove `load` method from `application` and `daemon`Libravatar Héctor Ramón Jiménez1-1/+1
If you need to run a `Task` during boot, use `run_with` instead!
2023-12-15Remove `webgl` feature in `pokedex` exampleLibravatar Héctor Ramón Jiménez1-1/+1
2023-12-15Update `winit` to `0.29.4`Libravatar Héctor Ramón Jiménez1-1/+1
2023-09-07Update example dependenciesLibravatar Héctor Ramón Jiménez1-2/+5
2023-09-04Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez1-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-09Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-01-13Update `reqwest` in examplesLibravatar Héctor Ramón Jiménez1-1/+2
... and rely on `rustls` instead of `native-tls`
2022-01-12Remove support for old `tokio` crateLibravatar Héctor Ramón Jiménez1-2/+2
2020-11-25Introduce `tokio_old` featureLibravatar Héctor Ramón Jiménez1-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-06Update `reqwest` in `pokedex` exampleLibravatar Héctor Ramón Jiménez1-5/+9
2020-02-06Allow switching `executor::Default` with featuresLibravatar Héctor Ramón Jiménez1-2/+1
2020-02-05Make `pokedex` example work on WasmLibravatar Héctor Ramón Jiménez1-2/+7
2020-02-05Use `reqwest` and `tokio` in `pokedex` exampleLibravatar Héctor Ramón Jiménez1-3/+3
2020-01-20Make `image` support optional in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-1/+1
This reduces binary size when image rendering is not necessary a considerable amount.
2020-01-20Package examples and remove `dev-dependencies`Libravatar Héctor Ramón Jiménez1-0/+14