Add vulkan creation from resources
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 21m47s

This commit is contained in:
Florian RICHER 2025-04-13 18:45:33 +02:00
parent 4f6216635f
commit e2616a0ef5
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
8 changed files with 281 additions and 13 deletions

View file

@ -8,8 +8,8 @@ pub mod old_app;
fn main() -> Result<(), impl Error> {
env_logger::init();
// run_new_app()
run_old_app()
run_new_app()
// run_old_app()
}
fn run_new_app() -> Result<(), impl Error> {