Use bevy_app instead

This commit is contained in:
Florian RICHER 2025-04-24 13:05:38 +02:00
parent 8b0c59f7c0
commit a295093c97
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
12 changed files with 98 additions and 79 deletions

View file

@ -1,5 +1,6 @@
use bevy_app::App;
use crate::core::{
app::App,
vulkan::Vulkan,
window::{Window, config::WindowConfig},
};