Add Desync widget to turn Widgets into AsyncWidgets

This commit is contained in:
Joscha 2023-04-17 19:36:44 +02:00
parent 57788a9dd9
commit 4179e7f56c
3 changed files with 49 additions and 2 deletions

View file

@ -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::*;