diff options
author | 2023-05-11 15:37:56 +0200 | |
---|---|---|
committer | 2023-05-11 15:37:56 +0200 | |
commit | de638f44a5c62459008a5c024b39c2443b72bf25 (patch) | |
tree | 68792277ddcebcf39dab8006926b017daf704510 /graphics/src/geometry.rs | |
parent | 8622e998f2701e7f4ca8d2f71c85150f436a9945 (diff) | |
download | iced-de638f44a5c62459008a5c024b39c2443b72bf25.tar.gz iced-de638f44a5c62459008a5c024b39c2443b72bf25.tar.bz2 iced-de638f44a5c62459008a5c024b39c2443b72bf25.zip |
Write missing documentation in `iced_wgpu`
Diffstat (limited to 'graphics/src/geometry.rs')
-rw-r--r-- | graphics/src/geometry.rs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/src/geometry.rs b/graphics/src/geometry.rs index 1f3d2c01..88997288 100644 --- a/graphics/src/geometry.rs +++ b/graphics/src/geometry.rs @@ -1,8 +1,4 @@ -//! Draw 2D graphics for your users. -//! -//! A [`Canvas`] widget can be used to draw different kinds of 2D shapes in a -//! [`Frame`]. It can be used for animation, data visualization, game graphics, -//! and more! +//! Build and draw geometry. pub mod fill; pub mod path; pub mod stroke; |