summaryrefslogtreecommitdiffstats
path: root/examples/progress_bar (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-21Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez2-2/+2
2025-01-24Implement support for vertical `ProgressBar`Libravatar Héctor Ramón Jiménez1-3/+39
Co-authored-by: MG_REX <49415741+ThisIsRex@users.noreply.github.com>
2024-03-16Introduce `Program` APILibravatar Héctor Ramón Jiménez1-13/+3
2023-11-22Use the correct GIF for the progress bar exampleLibravatar arslee071-1/+1
2023-09-07Host GIFs and video examples in `iced.rs`Libravatar Héctor Ramón Jiménez1-3/+1
RIP Gfycat
2023-09-04Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez1-1/+1
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-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-16/+9
2022-02-09Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2020-09-08Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez1-1/+1
2020-06-13Reduce slider `step` in `progress_bar` exampleLibravatar Héctor Ramón Jiménez1-6/+9
2020-02-21Create `README` files for all the examplesLibravatar Héctor Ramón Jiménez1-0/+18
2020-01-20Package examples and remove `dev-dependencies`Libravatar Héctor Ramón Jiménez2-0/+56