Push break job work [not work]
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 7m55s
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 7m55s
This commit is contained in:
parent
e58c22b531
commit
5b74eef561
13 changed files with 118 additions and 18 deletions
|
@ -2,7 +2,9 @@ use vulkano::device::{DeviceExtensions, DeviceFeatures};
|
|||
use vulkano_util::context::{VulkanoConfig, VulkanoContext};
|
||||
use winit::event_loop::{ControlFlow, EventLoop};
|
||||
|
||||
mod render;
|
||||
mod core;
|
||||
mod game;
|
||||
|
||||
fn main() {
|
||||
env_logger::init();
|
||||
|
||||
|
@ -28,7 +30,7 @@ fn main() {
|
|||
let event_loop = EventLoop::new().unwrap();
|
||||
event_loop.set_control_flow(ControlFlow::Poll);
|
||||
|
||||
let mut app = render::app::App::from(vulkano_context);
|
||||
let mut app = core::render::app::App::from(vulkano_context);
|
||||
|
||||
match event_loop.run_app(&mut app) {
|
||||
Ok(_) => {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue