Add dev tools
This commit is contained in:
parent
8fc7817154
commit
4dac7c5366
5 changed files with 74 additions and 10 deletions
10
src/main.rs
10
src/main.rs
|
@ -1,14 +1,8 @@
|
|||
use bevy::{
|
||||
prelude::{App, AppExit},
|
||||
remote::{RemotePlugin, http::RemoteHttpPlugin},
|
||||
};
|
||||
use bevy::prelude::{App, AppExit};
|
||||
use clap::Parser;
|
||||
|
||||
use distributed_physics_test::AppSettings;
|
||||
|
||||
fn main() -> AppExit {
|
||||
App::new()
|
||||
.add_plugins(AppSettings::parse())
|
||||
.add_plugins((RemotePlugin::default(), RemoteHttpPlugin::default()))
|
||||
.run()
|
||||
App::new().add_plugins(AppSettings::parse()).run()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue