Add Boxed and BoxedAsync widgets
This commit is contained in:
parent
007493f136
commit
7c6e651f88
3 changed files with 134 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
pub mod background;
|
||||
pub mod border;
|
||||
pub mod boxed;
|
||||
pub mod cursor;
|
||||
pub mod editor;
|
||||
pub mod either;
|
||||
|
|
@ -14,6 +15,7 @@ pub mod text;
|
|||
|
||||
pub use background::*;
|
||||
pub use border::*;
|
||||
pub use boxed::*;
|
||||
pub use cursor::*;
|
||||
pub use editor::*;
|
||||
pub use either::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue