Default plugins

This commit is contained in:
Greg Shuflin 2023-03-18 13:01:54 -07:00
parent 6ef71e4b2a
commit f862cb7a62
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ fn gamarjoba() {
fn main() {
App::new()
.add_plugins(DefaultPlugins)
.add_startup_system(add_people)
.add_system(greetings)
.add_system(gamarjoba)