Add Popup AsyncWidget

This commit is contained in:
Joscha 2023-02-26 22:06:24 +01:00
parent 3f7ed63064
commit 07960142e0
3 changed files with 58 additions and 0 deletions

View file

@ -4,6 +4,7 @@ mod input;
mod rooms;
mod util;
mod widgets;
mod widgets2;
use std::convert::Infallible;
use std::io;