Add Handle and Data to image in iced_web
This commit is contained in:
parent
8f52604987
commit
9a06e481b7
4 changed files with 80 additions and 7 deletions
|
|
@ -18,6 +18,7 @@ use crate::{Bus, Css};
|
|||
use dodrio::bumpalo;
|
||||
|
||||
pub mod button;
|
||||
pub mod image;
|
||||
pub mod scrollable;
|
||||
pub mod slider;
|
||||
pub mod text_input;
|
||||
|
|
@ -25,7 +26,6 @@ pub mod text_input;
|
|||
mod checkbox;
|
||||
mod column;
|
||||
mod container;
|
||||
mod image;
|
||||
mod radio;
|
||||
mod row;
|
||||
mod space;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue