add reexport in widget module
This commit is contained in:
parent
fe63f6f3cd
commit
66ff28a42a
1 changed files with 4 additions and 0 deletions
|
|
@ -112,6 +112,10 @@ pub mod color_picker;
|
||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
pub use color_picker::{ColorPicker, ColorPickerModel};
|
pub use color_picker::{ColorPicker, ColorPickerModel};
|
||||||
|
|
||||||
|
#[cfg(feature = "qr_code")]
|
||||||
|
#[doc(inline)]
|
||||||
|
pub use iced::widget::qr_code;
|
||||||
|
|
||||||
pub mod context_drawer;
|
pub mod context_drawer;
|
||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
pub use context_drawer::{context_drawer, ContextDrawer};
|
pub use context_drawer::{context_drawer, ContextDrawer};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue