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