From b4bda6cd7af43839df6a68bf91d705b00676be52 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 24 Nov 2019 22:31:19 +0100 Subject: Add missing link to `ROADMAP` --- ROADMAP.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ROADMAP.md') diff --git a/ROADMAP.md b/ROADMAP.md index fe7eefd1..1e994a58 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -3,6 +3,8 @@ This document describes the current state of Iced and some of the most important Before diving into the roadmap, check out [the ecosystem overview] to get an idea of the current state of the library. +[the ecosystem overview]: ECOSYSTEM.md + ## 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