- Created Dialog widget

- standard information dialog works
TODO:
  implement more complex dialogs where multiple options can be selected
This commit is contained in:
FantasyPvP
2024-03-21 00:12:53 +00:00
parent e80df5100f
commit 6505d219de
8 changed files with 171 additions and 37 deletions
+1
View File
@@ -8,6 +8,7 @@
#![feature(async_fn_in_trait)]
#![feature(async_closure)]
#![feature(global_asm)]
#![feature(inherent_associated_types)]
use alloc::string::String;