Add Text widget

This commit is contained in:
Joscha 2023-02-16 09:58:18 +01:00
parent 70d33d4d5d
commit f793ec79ac
3 changed files with 96 additions and 0 deletions

3
src/widgets.rs Normal file
View file

@ -0,0 +1,3 @@
mod text;
pub use text::*;