vulkan: Move to renderer module
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 1s

This commit is contained in:
Florian RICHER 2024-11-27 20:59:39 +01:00
parent 001547dbc2
commit a669247406
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
21 changed files with 61 additions and 63 deletions

View file

@ -1,7 +1,7 @@
use winit::event_loop::{ControlFlow, EventLoop};
mod display;
mod vulkan;
mod renderer;
fn main() {
env_logger::init();