From dcc9a7073449a7cecafb913c0a27ecb3bd66bab1 Mon Sep 17 00:00:00 2001 From: Carlos Pizarro Date: Fri, 28 Apr 2023 08:36:14 -0400 Subject: Fix small typo on `ROADMAP.md` Link works properly now --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ROADMAP.md') diff --git a/ROADMAP.md b/ROADMAP.md index c30c591b..f1893664 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -49,7 +49,7 @@ As a first approach, we could expose the underlying renderer directly here, and In the long run, we could expose a renderer-agnostic abstraction to perform the drawing. [#32]: https://github.com/iced-rs/iced/issues/32 -[#343] https://github.com/iced-rs/iced/issues/343 +[#343]: https://github.com/iced-rs/iced/issues/343 ### Text shaping and font fallback ([#33]) [`wgpu_glyph`] uses [`glyph_brush`], which in turn uses [`rusttype`]. While the current implementation is able to layout text quite nicely, it does not perform any [text shaping]. -- cgit