improve error handling and add metadata

This commit is contained in:
Chance 2025-04-03 01:00:24 -04:00 committed by BitSyndicate
parent daf95d5ec5
commit afbf3163fd
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 443E4198D6BBA6DE
17 changed files with 1162 additions and 787 deletions

View file

@ -2,6 +2,5 @@ pub mod ecs;
pub mod panic;
pub mod repl;
pub mod splash;
pub mod workspace;
pub mod render;