Add Desync widget to turn Widgets into AsyncWidgets
This commit is contained in:
parent
57788a9dd9
commit
4179e7f56c
3 changed files with 49 additions and 2 deletions
|
|
@ -2,6 +2,7 @@ pub mod background;
|
|||
pub mod border;
|
||||
pub mod boxed;
|
||||
pub mod cursor;
|
||||
pub mod desync;
|
||||
pub mod editor;
|
||||
pub mod either;
|
||||
pub mod empty;
|
||||
|
|
@ -17,6 +18,7 @@ pub use background::*;
|
|||
pub use border::*;
|
||||
pub use boxed::*;
|
||||
pub use cursor::*;
|
||||
pub use desync::*;
|
||||
pub use editor::*;
|
||||
pub use either::*;
|
||||
pub use empty::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue