diff options
author | 2019-08-30 22:59:44 +0200 | |
---|---|---|
committer | 2019-08-30 22:59:44 +0200 | |
commit | 1e3a415379e574983e767141e43ce495a1a8fbe4 (patch) | |
tree | c665449abc0f746ccc770197309d16d6ce9dce38 /README.md | |
parent | 072cdab48903863f8f5ebaea19bd537428197f51 (diff) | |
download | iced-1e3a415379e574983e767141e43ce495a1a8fbe4.tar.gz iced-1e3a415379e574983e767141e43ce495a1a8fbe4.tar.bz2 iced-1e3a415379e574983e767141e43ce495a1a8fbe4.zip |
Link to temp documentation in `README` for now
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 8 insertions, 10 deletions
@@ -1,6 +1,6 @@ # Iced [](https://travis-ci.org/hecrj/iced) -[](https://docs.rs/iced) +[][documentation] [](https://crates.io/crates/iced) [](https://github.com/hecrj/iced/blob/master/LICENSE) @@ -141,8 +141,6 @@ to: Browse the [documentation] and the [examples] to learn more! -[documentation]: https://docs.rs/iced -[examples]: https://github.com/hecrj/iced/tree/master/examples ## Gallery [![UI Tour - Coffee][gui_gif]][gui_gfycat] @@ -158,13 +156,6 @@ Currently, Iced builds upon * [`stretch`] for flexbox-based layouting. * [`nalgebra`] for the `Point` type. -[`stretch`]: https://github.com/vislyhq/stretch -[`nalgebra`]: https://github.com/rustsim/nalgebra - -[Coffee]: https://github.com/hecrj/coffee -[Elm]: https://elm-lang.org/ -[The Elm Architecture]: https://guide.elm-lang.org/architecture/ - ## Contributing / Feedback If you want to contribute, you are more than welcome to be a part of the project! Check out the current [issues] if you want to find something to work @@ -175,5 +166,12 @@ Any kind of feedback is welcome! You can open an issue or, if you want to talk, you can find me (and a bunch of awesome folks) over the `#gui-and-ui` channel in the [Rust Community Discord]. I go by `@lone_scientist` there. +[documentation]: http://iced-rs.surge.sh/iced/ +[examples]: https://github.com/hecrj/iced/tree/master/examples +[Coffee]: https://github.com/hecrj/coffee +[Elm]: https://elm-lang.org/ +[`stretch`]: https://github.com/vislyhq/stretch +[`nalgebra`]: https://github.com/rustsim/nalgebra +[The Elm Architecture]: https://guide.elm-lang.org/architecture/ [issues]: https://github.com/hecrj/iced/issues [Rust Community Discord]: https://bit.ly/rust-community |