Expose missing widget modules in iced_web
This commit is contained in:
parent
9a7f7bfdf5
commit
ce45ecc235
5 changed files with 9 additions and 3 deletions
|
|
@ -18,15 +18,15 @@ use crate::{Bus, Css};
|
|||
use dodrio::bumpalo;
|
||||
|
||||
pub mod button;
|
||||
pub mod checkbox;
|
||||
pub mod container;
|
||||
pub mod image;
|
||||
pub mod radio;
|
||||
pub mod scrollable;
|
||||
pub mod slider;
|
||||
pub mod text_input;
|
||||
|
||||
mod checkbox;
|
||||
mod column;
|
||||
mod container;
|
||||
mod radio;
|
||||
mod row;
|
||||
mod space;
|
||||
mod text;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue