Add todos

This commit is contained in:
Joscha 2023-02-12 23:22:23 +01:00
parent 7e9e441c1e
commit fb164eeaa9
2 changed files with 4 additions and 0 deletions

View file

@ -51,6 +51,8 @@ enum Mode {
Log,
}
// TODO Add Error for anything that can go wrong while rendering
pub struct Ui {
event_tx: UnboundedSender<UiEvent>,