diff options
author | 2020-04-02 03:11:16 +0200 | |
---|---|---|
committer | 2020-04-02 03:44:14 +0200 | |
commit | 7d40b76b0231414e1a00341e1076816adf0df502 (patch) | |
tree | 10cfd63985d14149b50db0baea2b567ff40d5eee /wgpu/src/lib.rs | |
parent | 90cf272d6779ba2385ea5f574a19430d9a9975af (diff) | |
download | iced-7d40b76b0231414e1a00341e1076816adf0df502.tar.gz iced-7d40b76b0231414e1a00341e1076816adf0df502.tar.bz2 iced-7d40b76b0231414e1a00341e1076816adf0df502.zip |
Update `iced_wgpu` root documentation
Diffstat (limited to 'wgpu/src/lib.rs')
-rw-r--r-- | wgpu/src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wgpu/src/lib.rs b/wgpu/src/lib.rs index 4e0cbc60..f00c7d2c 100644 --- a/wgpu/src/lib.rs +++ b/wgpu/src/lib.rs @@ -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, useful to draw geometry freely. //! //! [Iced]: https://github.com/hecrj/iced //! [`iced_native`]: https://github.com/hecrj/iced/tree/master/native |