Add util2 module for new widgets

This commit is contained in:
Joscha 2023-04-12 18:44:24 +02:00
parent 267ef2bee9
commit 8de5bf87af
2 changed files with 192 additions and 0 deletions

View file

@ -3,6 +3,7 @@ mod euph;
mod input;
mod rooms;
mod util;
mod util2;
mod widgets;
mod widgets2;