diff options
author | 2019-11-24 20:18:22 +0100 | |
---|---|---|
committer | 2019-11-24 20:18:22 +0100 | |
commit | 2d249d4eb996a684d562cb3922b9ec97a0d857b4 (patch) | |
tree | b31388b0265e8a19d257522ca863fec8937e22c8 /README.md | |
parent | bbcd16c3358e641b8ab1877b802d1f7c5709943d (diff) | |
download | iced-2d249d4eb996a684d562cb3922b9ec97a0d857b4.tar.gz iced-2d249d4eb996a684d562cb3922b9ec97a0d857b4.tar.bz2 iced-2d249d4eb996a684d562cb3922b9ec97a0d857b4.zip |
Link to iced.rs in main `README`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |