Revert begin rework vulkan
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 27m46s

This commit is contained in:
Florian RICHER 2025-04-01 20:58:31 +02:00
parent 63f16975b9
commit 62275f20d9
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
5 changed files with 0 additions and 24 deletions

View file

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