mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
6 lines
86 B
Rust
6 lines
86 B
Rust
use wgsl_validate::validate_project_wgsl;
|
|
|
|
fn main() {
|
|
validate_project_wgsl();
|
|
}
|