render_engine 0.1.0-alpha.3

A Metal-based 3D rendering engine for macOS
1
2
3
4
5
6
7
8
use build_scripts::compile_shaders::compile_metal_shaders;
mod build_scripts;

fn main() {
    compile_metal_shaders();

    println!("cargo:rerun-if-changed=build-scripts");
}