feat(widget): re-export canvas widget from iced
This commit is contained in:
parent
7a6421a3e2
commit
b7cb1b31ff
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,9 @@
|
||||||
//! ```
|
//! ```
|
||||||
|
|
||||||
// Re-exports from Iced
|
// Re-exports from Iced
|
||||||
|
#[doc(inline)]
|
||||||
|
pub use iced::widget::{canvas, Canvas};
|
||||||
|
|
||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
pub use iced::widget::{checkbox, Checkbox};
|
pub use iced::widget::{checkbox, Checkbox};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue