mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
add empty_defaults example
This commit is contained in:
parent
a7704fda31
commit
92c421b5e1
1 changed files with 5 additions and 0 deletions
5
examples/empty_defaults.rs
Normal file
5
examples/empty_defaults.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
use bevy::prelude::*;
|
||||
|
||||
fn main() {
|
||||
App::build().add_defaults().run();
|
||||
}
|
Loading…
Reference in a new issue