Default plugins
This commit is contained in:
parent
6ef71e4b2a
commit
f862cb7a62
@ -27,6 +27,7 @@ fn gamarjoba() {
|
|||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
App::new()
|
App::new()
|
||||||
|
.add_plugins(DefaultPlugins)
|
||||||
.add_startup_system(add_people)
|
.add_startup_system(add_people)
|
||||||
.add_system(greetings)
|
.add_system(greetings)
|
||||||
.add_system(gamarjoba)
|
.add_system(gamarjoba)
|
||||||
|
Loading…
Reference in New Issue
Block a user