refactor renderer into smaller functions
This commit is contained in:
parent
cc428055f1
commit
aec264653f
3 changed files with 341 additions and 119 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue