Update READMEs of subcrates

This commit is contained in:
Héctor Ramón Jiménez 2020-11-26 07:39:00 +01:00
parent 278d40d8c6
commit 7de72d6a27
6 changed files with 24 additions and 16 deletions

View file

@ -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)
<p align="center">
<img alt="The native target" src="../docs/graphs/native.png" width="80%">
</p>
[documentation]: https://docs.rs/iced_native
[`iced_core`]: ../core