diff options
author | 2023-11-21 19:08:22 +0100 | |
---|---|---|
committer | 2023-11-21 19:08:22 +0100 | |
commit | 879039a7e2bf2c58b86f4463fb984dc29ce8ff21 (patch) | |
tree | f2b9fe4ebbf056e4ddbd781ea04f3c42121b2bcd /examples | |
parent | 170db35891d7824f8140610bce20708deecb8a62 (diff) | |
parent | 921ddec1285027a6a2feb88b0a5c29ec8f942f8b (diff) | |
download | iced-879039a7e2bf2c58b86f4463fb984dc29ce8ff21.tar.gz iced-879039a7e2bf2c58b86f4463fb984dc29ce8ff21.tar.bz2 iced-879039a7e2bf2c58b86f4463fb984dc29ce8ff21.zip |
Merge pull request #2141 from arslee07/patch-1
Use the correct GIF for the progress bar example
Diffstat (limited to 'examples')
-rw-r--r-- | examples/progress_bar/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/progress_bar/README.md b/examples/progress_bar/README.md index 1268ac6b..a87829c6 100644 --- a/examples/progress_bar/README.md +++ b/examples/progress_bar/README.md @@ -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`: |