From 5941545a5dff8693b8dd2a85dd473a669bcc3caa Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 24 Nov 2019 20:48:35 +0100 Subject: Improve `CONTRIBUTING` --- ROADMAP.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ROADMAP.md') diff --git a/ROADMAP.md b/ROADMAP.md index 962a09a9..fe7eefd1 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,6 +1,8 @@ # 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 and discussion. Therefore, it is not meant to be exhaustive. +Before diving into the roadmap, check out [the ecosystem overview] to get an idea of the current state of the library. + ## 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. -- cgit