diff options
author | 2019-11-20 06:17:54 +0100 | |
---|---|---|
committer | 2019-11-20 06:17:54 +0100 | |
commit | d53e1bb00b9dec57b660860e8f972619675754a2 (patch) | |
tree | 206385c4403d062b452933e9703be098295440e7 /README.md | |
parent | cae26cb7bc627f4a5b3bcf1cd023a0c552e8c65e (diff) | |
download | iced-d53e1bb00b9dec57b660860e8f972619675754a2.tar.gz iced-d53e1bb00b9dec57b660860e8f972619675754a2.tar.bz2 iced-d53e1bb00b9dec57b660860e8f972619675754a2.zip |
Display new GIFs in `README`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -8,14 +8,14 @@ A cross-platform GUI library for Rust focused on simplicity and type-safety. Inspired by [Elm]. -[![Tour - Iced][gui_gif]][gui_gfycat] -[![Tour - Coffee][coffee_gui_gif]][coffee_gui_gfycat] - -[gui_gif]: https://thumbs.gfycat.com/VeneratedSourAurochs-small.gif -[gui_gfycat]: https://gfycat.com/veneratedsouraurochs - -[coffee_gui_gif]: https://thumbs.gfycat.com/GloomyWeakHammerheadshark-small.gif -[coffee_gui_gfycat]: https://gfycat.com/gloomyweakhammerheadshark +<div align="center"> + <a href="https://gfycat.com/littlesanehalicore"> + <img src="https://thumbs.gfycat.com/LittleSaneHalicore-small.gif" height="350px"> + </a> + <a href="https://gfycat.com/politeadorableiberianmole"> + <img src="https://thumbs.gfycat.com/PoliteAdorableIberianmole-small.gif"> + </a> +</div> ## Features * Simple, easy-to-use, batteries-included API |