add reexport in widget module

This commit is contained in:
wiiznokes 2024-08-28 22:48:31 +02:00 committed by Michael Murphy
parent fe63f6f3cd
commit 66ff28a42a

View file

@ -112,6 +112,10 @@ pub mod color_picker;
#[doc(inline)]
pub use color_picker::{ColorPicker, ColorPickerModel};
#[cfg(feature = "qr_code")]
#[doc(inline)]
pub use iced::widget::qr_code;
pub mod context_drawer;
#[doc(inline)]
pub use context_drawer::{context_drawer, ContextDrawer};