Write missing documentation in iced_wgpu
This commit is contained in:
parent
8622e998f2
commit
de638f44a5
6 changed files with 17 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue