From c47f5095c85d5b259b298dd2446929dc9cbf1753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Wed, 20 Nov 2019 07:08:37 +0100 Subject: [PATCH] Link to custom layout engine PR in `ROADMAP` --- ROADMAP.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 75b7c707..962a09a9 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,5 +1,5 @@ # Roadmap -This document describes the current state of Iced and some of the most important next steps we should take before it can become a production-ready GUI library. This list keeps the short term new features in sight in order to coordinate work. Therefore, it is not meant to be exhaustive. +This document describes the current state of Iced and some of the most important next steps we should take before it can become a production-ready GUI library. This list keeps the short term new features in sight in order to coordinate work and discussion. Therefore, it is not meant to be exhaustive. ## Next steps Most of the work related to these features needs to happen in the `iced_native` path of the ecosystem, as the web already supports many of them. @@ -10,12 +10,13 @@ Once a step is completed, it is collapsed and added to this list: * [x] Text input widget ([#25]) * [x] TodoMVC example ([#26]) * [x] Async actions ([#27]) - * [x] Custom layout engine + * [x] Custom layout engine ([#52]) [#24]: https://github.com/hecrj/iced/issues/24 [#25]: https://github.com/hecrj/iced/issues/25 [#26]: https://github.com/hecrj/iced/issues/26 [#28]: https://github.com/hecrj/iced/issues/28 +[#52]: https://github.com/hecrj/iced/pull/52 ### Multi-window support ([#27]) Open and control multiple windows at runtime.