From 62bf865f1c27be997dd1bd93e43afc307b53c5d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Sun, 7 Dec 2025 20:34:59 +0100 Subject: [PATCH] Update outdated debug overlay in `README` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6860e385..4ef6e4c6 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Inspired by [Elm]. * Responsive layout * Built-in widgets (including [text inputs], [scrollables], and more!) * Custom widget support (create your own!) -* [Debug overlay with performance metrics] +* [Debug tooling with performance metrics and time traveling] * First-class support for async actions (use futures!) * Modular ecosystem split into reusable parts: * A [renderer-agnostic native runtime] enabling integration with existing systems @@ -47,7 +47,7 @@ __Iced is currently experimental software.__ [Take a look at the roadmap] and [Cross-platform support]: https://raw.githubusercontent.com/iced-rs/iced/master/docs/images/todos_desktop.jpg [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 +[Debug tooling with performance metrics and time traveling]: https://github.com/user-attachments/assets/2e49695c-0261-4b43-ac2e-8d7da5454c4b [renderer-agnostic native runtime]: runtime/ [`wgpu`]: https://github.com/gfx-rs/wgpu [`tiny-skia`]: https://github.com/RazrFalcon/tiny-skia