cargo-wgsl 0.0.1

Validate wgsl in rust projects
1
2
3
4
5
6
7
mod cli;
mod validator;
mod wgsl_error;

fn main() {
    cli::run();
}