Begin rework vulkano model structure
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 20m36s

This commit is contained in:
Florian RICHER 2025-03-25 13:45:34 +01:00
parent 1c24a05200
commit 63f16975b9
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
5 changed files with 24 additions and 0 deletions

View file

@ -2,6 +2,7 @@ use std::error::Error;
use winit::event_loop::{ControlFlow, EventLoop};
mod renderer;
mod vulkano;
fn main() -> Result<(), impl Error> {
env_logger::init();