diff options
Diffstat (limited to 'wgpu/README.md')
-rw-r--r-- | wgpu/README.md | 2 |
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.  |