Use the correct GIF for the progress bar example

This commit is contained in:
arslee07 2023-11-22 00:32:01 +09:00 committed by GitHub
parent 7dd32f3be4
commit 921ddec128
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`: