feat(widget): re-export canvas widget from iced

This commit is contained in:
Michael Aaron Murphy 2024-05-29 23:57:26 +02:00 committed by Michael Murphy
parent 7a6421a3e2
commit b7cb1b31ff

View file

@ -47,6 +47,9 @@
//! ```
// Re-exports from Iced
#[doc(inline)]
pub use iced::widget::{canvas, Canvas};
#[doc(inline)]
pub use iced::widget::{checkbox, Checkbox};