Add Layer widget
This commit is contained in:
parent
72b44fb3fc
commit
7c3277a822
3 changed files with 76 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ mod border;
|
|||
mod cursor;
|
||||
mod empty;
|
||||
mod float;
|
||||
mod layer;
|
||||
mod padding;
|
||||
mod text;
|
||||
|
||||
|
|
@ -11,5 +12,6 @@ pub use border::*;
|
|||
pub use cursor::*;
|
||||
pub use empty::*;
|
||||
pub use float::*;
|
||||
pub use layer::*;
|
||||
pub use padding::*;
|
||||
pub use text::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue