summaryrefslogtreecommitdiffstats
path: root/wgpu/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-01 02:32:01 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-02 03:44:14 +0200
commit26cd6c0f2b21b4fb555e8773e3217710f9ce0f3f (patch)
tree043ee72b49c57425da4098ab742e0a15b4fa9048 /wgpu/README.md
parent26a35b7d7e72ab8f685e75b0332bade1efef92d8 (diff)
downloadiced-26cd6c0f2b21b4fb555e8773e3217710f9ce0f3f.tar.gz
iced-26cd6c0f2b21b4fb555e8773e3217710f9ce0f3f.tar.bz2
iced-26cd6c0f2b21b4fb555e8773e3217710f9ce0f3f.zip
Update `iced_wgpu` information in repository docs
Diffstat (limited to 'wgpu/README.md')
-rw-r--r--wgpu/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/wgpu/README.md b/wgpu/README.md
index 38c6ddb6..cd3db788 100644
--- a/wgpu/README.md
+++ b/wgpu/README.md
@@ -11,8 +11,9 @@
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, for rendering geometry freely.
![iced_wgpu](../docs/graphs/wgpu.png)