Default to return AppExit from the program
This commit is contained in:
parent
629d067adc
commit
77312bdb4a
@ -1,5 +1,5 @@
|
|||||||
use bevy::prelude::*;
|
use bevy::prelude::*;
|
||||||
|
|
||||||
fn main() {
|
fn main() -> AppExit {
|
||||||
App::new().run();
|
App::new().run()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user