From 11798dcc03e79c66f2a411d7b47691170574641a Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 26 Nov 2020 07:22:03 +0100 Subject: Update graphs in crate docs --- native/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'native') diff --git a/native/src/lib.rs b/native/src/lib.rs index ff355aa7..f9a99c48 100644 --- a/native/src/lib.rs +++ b/native/src/lib.rs @@ -1,6 +1,6 @@ //! A renderer-agnostic native GUI runtime. //! -//! ![`iced_native` crate graph](https://github.com/hecrj/iced/blob/cae26cb7bc627f4a5b3bcf1cd023a0c552e8c65e/docs/graphs/native.png?raw=true) +//! ![The native path of the Iced ecosystem](https://github.com/hecrj/iced/raw/improvement/update-ecosystem-and-roadmap/docs/graphs/native.png) //! //! `iced_native` takes [`iced_core`] and builds a native runtime on top of it, //! featuring: -- cgit From 7de72d6a2764f7c57bec23563406e1b5d1ad61b5 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 26 Nov 2020 07:39:00 +0100 Subject: Update `README`s of subcrates --- native/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'native') diff --git a/native/README.md b/native/README.md index 31c7db88..849deb58 100644 --- a/native/README.md +++ b/native/README.md @@ -14,7 +14,9 @@ To achieve this, it introduces a bunch of reusable interfaces: - A bunch of `Renderer` traits, meant to keep the crate renderer-agnostic. - A `Windowed` trait, leveraging [`raw-window-handle`], which can be implemented by graphical renderers that target _windows_. Window-based shells (like [`iced_winit`]) can use this trait to stay renderer-agnostic. -![iced_native](../docs/graphs/native.png) +

+ The native target +

[documentation]: https://docs.rs/iced_native [`iced_core`]: ../core -- cgit