Use bevy_app instead
This commit is contained in:
parent
8b0c59f7c0
commit
a295093c97
12 changed files with 98 additions and 79 deletions
|
@ -1,5 +1,6 @@
|
|||
use bevy_app::App;
|
||||
|
||||
use crate::core::{
|
||||
app::App,
|
||||
vulkan::Vulkan,
|
||||
window::{Window, config::WindowConfig},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue