refactor renderer into smaller functions

This commit is contained in:
Chance 2025-03-26 17:32:13 -04:00 committed by BitSyndicate
parent cc428055f1
commit aec264653f
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
3 changed files with 341 additions and 119 deletions

View file

@ -45,7 +45,6 @@ async fn main() -> anyhow::Result<()> {
info!("Type 'help' for a list of commands.");
core::render::init_renderer(event_loop);
if let Err(_) = repl_thread.join() {
eprintln!("REPL thread panicked");
}