diff options
| author | 2023-09-07 05:18:51 +0200 | |
|---|---|---|
| committer | 2023-09-07 05:18:51 +0200 | |
| commit | ccc787089225d0edb842241dc04abf0393fb02c7 (patch) | |
| tree | 9a3e88e42f09329a19e9de2b37388912772d0845 /examples/geometry | |
| parent | e5afaa08924cb0f34789b5a7de1720dc91978923 (diff) | |
| parent | 6fd2c1552735639d96d177550e98b314bd6f79a8 (diff) | |
| download | iced-ccc787089225d0edb842241dc04abf0393fb02c7.tar.gz iced-ccc787089225d0edb842241dc04abf0393fb02c7.tar.bz2 iced-ccc787089225d0edb842241dc04abf0393fb02c7.zip | |
Merge pull request #2074 from iced-rs/self-host-gifs
Host GIFs and video examples in `iced.rs`
Diffstat (limited to 'examples/geometry')
| -rw-r--r-- | examples/geometry/README.md | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/examples/geometry/README.md b/examples/geometry/README.md index 4d5c81cb..16be8d19 100644 --- a/examples/geometry/README.md +++ b/examples/geometry/README.md @@ -5,9 +5,7 @@ A custom widget showcasing how to draw geometry with the `Mesh2D` primitive in [  The __[`main`]__ file contains all the code of the example.  <div align="center"> -  <a href="https://gfycat.com/activeunfitkangaroo"> -    <img src="https://thumbs.gfycat.com/ActiveUnfitKangaroo-small.gif"> -  </a> +  <img src="https://iced.rs/examples/geometry.gif">  </div>  You can run it with `cargo run`: | 
