Add Background widget

This commit is contained in:
Joscha 2023-02-16 16:26:47 +01:00
parent b327dee3c3
commit 3f7e985b3f
4 changed files with 80 additions and 1 deletions

View file

@ -1,9 +1,11 @@
mod background;
mod border;
mod empty;
mod float;
mod padding;
mod text;
pub use background::*;
pub use border::*;
pub use empty::*;
pub use float::*;