Extract systems
This commit is contained in:
parent
cef21f4a00
commit
214e0ceedc
9 changed files with 199 additions and 191 deletions
|
@ -1,8 +1,8 @@
|
|||
use bevy::prelude::AppExit;
|
||||
use bevy::prelude::{App, AppExit};
|
||||
use clap::Parser;
|
||||
|
||||
use distributed_physics_test::{AppSettings, run_app};
|
||||
use distributed_physics_test::AppSettings;
|
||||
|
||||
fn main() -> AppExit {
|
||||
run_app(AppSettings::parse())
|
||||
App::new().add_plugins(AppSettings::parse()).run()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue