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 --- wgpu/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wgpu/README.md') diff --git a/wgpu/README.md b/wgpu/README.md index 67cb59dd..4483733c 100644 --- a/wgpu/README.md +++ b/wgpu/README.md @@ -15,7 +15,9 @@ Currently, `iced_wgpu` supports the following primitives: - Images and SVG, loaded from memory or the file system. - Meshes of triangles, useful to draw geometry freely. -![iced_wgpu](../docs/graphs/wgpu.png) +

+ The native target +

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