Add Title widget

This commit is contained in:
Joscha 2024-01-05 13:33:51 +01:00
parent 2714deeafb
commit b757f1be03
4 changed files with 68 additions and 1 deletions

View file

@ -13,6 +13,7 @@ pub mod padding;
pub mod predrawn;
pub mod resize;
pub mod text;
pub mod title;
pub use background::*;
pub use border::*;
@ -29,3 +30,4 @@ pub use padding::*;
pub use predrawn::*;
pub use resize::*;
pub use text::*;
pub use title::*;