Merge pull request #2141 from arslee07/patch-1

Use the correct GIF for the progress bar example
This commit is contained in:
Héctor Ramón 2023-11-21 19:08:22 +01:00 committed by GitHub
commit 879039a7e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ A simple progress bar that can be filled by using a slider.
The __[`main`]__ file contains all the code of the example.
<div align="center">
<img src="https://iced.rs/examples/pokedex.gif">
<img src="https://iced.rs/examples/progress_bar.gif">
</div>
You can run it with `cargo run`: