refact: client : extract game_runner

This commit is contained in:
Henri Bourcereau 2024-10-16 17:37:38 +02:00
parent c5321e6186
commit acab0b0593
6 changed files with 86 additions and 125 deletions

View file

@ -1,5 +1,6 @@
// Application.
pub mod app;
mod game_runner;
use anyhow::Result;
use app::{App, AppArgs};