Add Resize widget

This commit is contained in:
Joscha 2022-08-04 16:53:05 +02:00
parent a958ccaccf
commit a51bb60342
2 changed files with 82 additions and 0 deletions

View file

@ -11,6 +11,7 @@ pub mod join;
pub mod layer;
pub mod list;
pub mod padding;
pub mod resize;
pub mod rules;
pub mod text;