Add Text widget

This commit is contained in:
Joscha 2022-07-12 09:27:16 +02:00
parent f08f653bfc
commit 53a0f8d4af
4 changed files with 71 additions and 10 deletions

View file

@ -4,7 +4,7 @@ mod list;
mod room;
mod rooms;
mod util;
mod widget;
mod widgets;
use std::sync::{Arc, Weak};
use std::time::Duration;