maplibre-rs/build.rs
2021-12-08 18:12:38 +01:00

6 lines
86 B
Rust

use wgsl_validate::validate_project_wgsl;
fn main() {
validate_project_wgsl();
}