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 --- winit/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'winit/README.md') diff --git a/winit/README.md b/winit/README.md index 34dec1b3..8916afce 100644 --- a/winit/README.md +++ b/winit/README.md @@ -8,7 +8,9 @@ It exposes a renderer-agnostic `Application` trait that can be implemented and then run with a simple call. The use of this trait is optional. A `conversion` module is provided for users that decide to implement a custom event loop. -![iced_winit](../docs/graphs/winit.png) +

+ The native target +

[documentation]: https://docs.rs/iced_winit [`iced_native`]: ../native -- cgit