iced/glow/src/widget/canvas.rs
Héctor Ramón Jiménez e0e4ee73fe Implement iced_glutin 🎉
2020-05-21 00:44:35 +02:00

9 lines
319 B
Rust

//! 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!
//!
//! [`Canvas`]: struct.Canvas.html
//! [`Frame`]: struct.Frame.html
pub use iced_graphics::canvas::*;