Add Resize widget

This commit is contained in:
Joscha 2023-02-18 20:24:56 +01:00
parent ba716dd089
commit b27cb81642
3 changed files with 112 additions and 1 deletions

View file

@ -7,6 +7,7 @@ mod float;
mod join;
mod layer;
mod padding;
mod resize;
mod text;
pub use background::*;
@ -18,4 +19,5 @@ pub use float::*;
pub use join::*;
pub use layer::*;
pub use padding::*;
pub use resize::*;
pub use text::*;