4 lines
110 B
Makefile
4 lines
110 B
Makefile
.PHONEY: run
|
|
|
|
run:
|
|
BEVY_REFLECT_AUTO_REGISTER_STATIC=1 cargo run --features bevy/reflect_auto_register_static
|