diff options
author | 2023-09-07 05:05:43 +0200 | |
---|---|---|
committer | 2023-09-07 05:05:43 +0200 | |
commit | 6fd2c1552735639d96d177550e98b314bd6f79a8 (patch) | |
tree | 9a3e88e42f09329a19e9de2b37388912772d0845 /examples/custom_widget | |
parent | e5afaa08924cb0f34789b5a7de1720dc91978923 (diff) | |
download | iced-6fd2c1552735639d96d177550e98b314bd6f79a8.tar.gz iced-6fd2c1552735639d96d177550e98b314bd6f79a8.tar.bz2 iced-6fd2c1552735639d96d177550e98b314bd6f79a8.zip |
Host GIFs and video examples in `iced.rs`
RIP Gfycat
Diffstat (limited to 'examples/custom_widget')
-rw-r--r-- | examples/custom_widget/README.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/custom_widget/README.md b/examples/custom_widget/README.md index 3d6cf902..b80e898f 100644 --- a/examples/custom_widget/README.md +++ b/examples/custom_widget/README.md @@ -5,9 +5,7 @@ A demonstration of how to build a custom widget that draws a circle. The __[`main`]__ file contains all the code of the example. <div align="center"> - <a href="https://gfycat.com/jealouscornyhomalocephale"> - <img src="https://thumbs.gfycat.com/JealousCornyHomalocephale-small.gif"> - </a> + <img src="https://iced.rs/examples/custom_widget.gif"> </div> You can run it with `cargo run`: |