refactor renderer into smaller functions

This commit is contained in:
Chance 2025-03-26 17:32:13 -04:00 committed by BitSyndicate
parent f52d9bbb68
commit 42f9148f9f
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
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");
}