2020-02-18 08:48:54 +01:00
|
|
|
//! 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!
|
2020-05-19 17:15:44 +02:00
|
|
|
pub use iced_graphics::canvas::*;
|