summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-09-07 05:05:43 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-09-07 05:05:43 +0200
commit6fd2c1552735639d96d177550e98b314bd6f79a8 (patch)
tree9a3e88e42f09329a19e9de2b37388912772d0845 /src
parente5afaa08924cb0f34789b5a7de1720dc91978923 (diff)
downloadiced-6fd2c1552735639d96d177550e98b314bd6f79a8.tar.gz
iced-6fd2c1552735639d96d177550e98b314bd6f79a8.tar.bz2
iced-6fd2c1552735639d96d177550e98b314bd6f79a8.zip
Host GIFs and video examples in `iced.rs`
RIP Gfycat
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 840802cc..91c78423 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -20,9 +20,9 @@
//! Check out the [repository] and the [examples] for more details!
//!
//! [Cross-platform support]: https://github.com/iced-rs/iced/blob/master/docs/images/todos_desktop.jpg?raw=true
-//! [text inputs]: https://gfycat.com/alertcalmcrow-rust-gui
-//! [scrollables]: https://gfycat.com/perkybaggybaboon-rust-gui
-//! [Debug overlay with performance metrics]: https://gfycat.com/incredibledarlingbee
+//! [text inputs]: https://iced.rs/examples/text_input.mp4
+//! [scrollables]: https://iced.rs/examples/scrollable.mp4
+//! [Debug overlay with performance metrics]: https://iced.rs/examples/debug.mp4
//! [Modular ecosystem]: https://github.com/iced-rs/iced/blob/master/ECOSYSTEM.md
//! [renderer-agnostic native runtime]: https://github.com/iced-rs/iced/tree/0.10/runtime
//! [`wgpu`]: https://github.com/gfx-rs/wgpu-rs