dirkengine 0.1.0

A pure Rust Vulkan game engine
Documentation
1
2
3
4
5
#![allow(missing_docs)]

fn main() {
    dirk_build::setup_paths();
}