Add Float widget

This commit is contained in:
Joscha 2022-07-21 17:20:35 +02:00
parent 805d1a5e63
commit 38f8c0ed66
2 changed files with 66 additions and 0 deletions

View file

@ -5,6 +5,7 @@
pub mod background;
pub mod border;
pub mod empty;
pub mod float;
pub mod join;
pub mod layer;
pub mod list;