From a858f9a974845da2ea9f79812bff415a7b15b5c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Mon, 25 Sep 2023 22:37:09 +0200 Subject: [PATCH] Mention step-by-step text editor video guide as learning resource --- src/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/README.md b/src/README.md index e463ebe..8d0a7f4 100644 --- a/src/README.md +++ b/src/README.md @@ -6,6 +6,7 @@ This book is largely incomplete. If you want to contribute, feel free to [join o While the book is being worked on, the best resources to get started with iced are: +- A [step-by-step video guide to building a simple text editor](https://www.youtube.com/watch?v=gcBJ7cPSALo) - The [API Reference](https://docs.iced.rs/iced/) - The [official examples](https://github.com/iced-rs/iced/tree/master/examples) - The [official list of awesome iced projects](https://github.com/iced-rs/awesome-iced)