Add Predrawn widget

This commit is contained in:
Joscha 2023-04-06 00:48:53 +02:00
parent ea6be7bf32
commit 88e66e17ec
2 changed files with 88 additions and 0 deletions

View file

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