renderling_ui 0.2.3

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