Add Predrawn widget
This commit is contained in:
parent
ea6be7bf32
commit
88e66e17ec
2 changed files with 88 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ pub mod float;
|
|||
pub mod join;
|
||||
pub mod layer;
|
||||
pub mod padding;
|
||||
pub mod predrawn;
|
||||
pub mod resize;
|
||||
pub mod text;
|
||||
|
||||
|
|
@ -21,5 +22,6 @@ pub use float::*;
|
|||
pub use join::*;
|
||||
pub use layer::*;
|
||||
pub use padding::*;
|
||||
pub use predrawn::*;
|
||||
pub use resize::*;
|
||||
pub use text::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue