use engine_core::{ bevy::{DefaultPlugins, app::App}, bevy_egui::EguiPrimaryContextPass, vengine_app, }; fn main() { vengine_app().run(); }