summaryrefslogtreecommitdiffstats
path: root/wgpu/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'wgpu/README.md')
-rw-r--r--wgpu/README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/wgpu/README.md b/wgpu/README.md
index 38c6ddb6..e8cb0a43 100644
--- a/wgpu/README.md
+++ b/wgpu/README.md
@@ -11,10 +11,13 @@
Currently, `iced_wgpu` supports the following primitives:
- Text, which is rendered using [`wgpu_glyph`]. No shaping at all.
- Quads or rectangles, with rounded borders and a solid background color.
-- Images, lazily loaded from the filesystem.
- Clip areas, useful to implement scrollables or hide overflowing content.
+- Images and SVG, loaded from memory or the file system.
+- Meshes of triangles, useful to draw geometry freely.
-![iced_wgpu](../docs/graphs/wgpu.png)
+<p align="center">
+ <img alt="The native target" src="../docs/graphs/native.png" width="80%">
+</p>
[documentation]: https://docs.rs/iced_wgpu
[`iced_native`]: ../native
@@ -26,7 +29,7 @@ Currently, `iced_wgpu` supports the following primitives:
Add `iced_wgpu` as a dependency in your `Cargo.toml`:
```toml
-iced_wgpu = "0.1.0"
+iced_wgpu = "0.3"
```
__Iced moves fast and the `master` branch can contain breaking changes!__ If