renderling_ui 0.1.2

A WGPU rendering pipeline for user interfaces
1
2
3
fn main() {
    renderling_build::compile_glsl("./src").unwrap();
}