worked on rendering code

worked on code for libgui for rendering a user interface
This commit is contained in:
FantasyPvP
2023-04-28 00:10:20 +01:00
parent 78144a4f60
commit 0c39711875
16 changed files with 340 additions and 15 deletions
+4 -1
View File
@@ -131,7 +131,10 @@ async fn exec() -> Result<(), Error> {
use crate::std::io;
io::mkfs();
}
"test_features" => {
use crate::user::lib::libgui;
libgui::libgui_core::test_elements();
}
_ => {
return Err(Error::UnknownCommand(
"command not yet implemented".to_string(),