Create iced_lazy and draft Component trait
This commit is contained in:
parent
d9f970ffd5
commit
bffa7203df
5 changed files with 201 additions and 0 deletions
3
lazy/src/lib.rs
Normal file
3
lazy/src/lib.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
pub mod component;
|
||||
|
||||
pub use component::Component;
|
||||
Loading…
Add table
Add a link
Reference in a new issue