summaryrefslogtreecommitdiffstats
path: root/wgpu/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-02 03:11:16 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-02 03:44:14 +0200
commit7d40b76b0231414e1a00341e1076816adf0df502 (patch)
tree10cfd63985d14149b50db0baea2b567ff40d5eee /wgpu/README.md
parent90cf272d6779ba2385ea5f574a19430d9a9975af (diff)
downloadiced-7d40b76b0231414e1a00341e1076816adf0df502.tar.gz
iced-7d40b76b0231414e1a00341e1076816adf0df502.tar.bz2
iced-7d40b76b0231414e1a00341e1076816adf0df502.zip
Update `iced_wgpu` root documentation
Diffstat (limited to 'wgpu/README.md')
-rw-r--r--wgpu/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/README.md b/wgpu/README.md
index cd3db788..cd80379e 100644
--- a/wgpu/README.md
+++ b/wgpu/README.md
@@ -13,7 +13,7 @@ Currently, `iced_wgpu` supports the following primitives:
- Quads or rectangles, with rounded borders and a solid background color.
- Clip areas, useful to implement scrollables or hide overflowing content.
- Images and SVG, loaded from memory or the file system.
-- Meshes of triangles, for rendering geometry freely.
+- Meshes of triangles, useful to draw geometry freely.
![iced_wgpu](../docs/graphs/wgpu.png)