Extract Seed and AppSettings to utils
This commit is contained in:
parent
9be7b102d7
commit
b7780b8862
5 changed files with 43 additions and 35 deletions
|
@ -1,7 +1,7 @@
|
|||
use bevy::prelude::AppExit;
|
||||
use clap::Parser;
|
||||
|
||||
use distributed_physics_test::{AppSettings, run_app};
|
||||
use distributed_physics_test::{run_app, utils::AppSettings};
|
||||
|
||||
fn main() -> AppExit {
|
||||
run_app(AppSettings::parse())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue