From 2d249d4eb996a684d562cb3922b9ec97a0d857b4 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 24 Nov 2019 20:18:22 +0100 Subject: Link to iced.rs in main `README` --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0dbade92..61cefcb1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Inspired by [Elm]. ## Features * Simple, easy-to-use, batteries-included API * Type-safe, reactive programming model - * [Cross-platform support] (Windows, macOS, Linux, and the Web) + * [Cross-platform support] (Windows, macOS, Linux, and [the Web]) * Responsive layout * Built-in widgets (including [text inputs], [scrollables], and more!) * Custom widget support (create your own!) @@ -36,6 +36,7 @@ __Iced is currently experimental software.__ [Take a look at the roadmap], [check out the issues], and [feel free to contribute!] [Cross-platform support]: https://github.com/hecrj/iced/blob/master/docs/images/todos_desktop.jpg?raw=true +[the Web]: https://iced.rs/ [text inputs]: https://gfycat.com/alertcalmcrow-rust-gui [scrollables]: https://gfycat.com/perkybaggybaboon-rust-gui [Debug overlay with performance metrics]: https://gfycat.com/artisticdiligenthorseshoebat-rust-gui @@ -191,7 +192,7 @@ Currently, Iced is a cross-platform GUI library built on top of smaller crates: [this pull request]: https://github.com/hecrj/coffee/pull/35 [The first alpha version]: https://github.com/hecrj/iced/tree/0.1.0-alpha [a renderer-agnostic GUI library]: https://www.reddit.com/r/rust/comments/czzjnv/iced_a_rendereragnostic_gui_library_focused_on/ -[tour example]: https://github.com/hecrj/iced/blob/master/examples/tour.rs +[tour example]: https://github.com/hecrj/iced/blob/master/examples/README.md#tour [`ggez`]: https://github.com/ggez/ggez [the ecosystem]: https://github.com/hecrj/iced/blob/master/ECOSYSTEM.md [`iced_core`]: https://github.com/hecrj/iced/tree/master/core -- cgit