cargo-wgsl 0.2.0

Validate wgsl in rust projects
# Cargo-wgsl

[![Crate](https://img.shields.io/crates/v/cargo-wgsl.svg)](https://crates.io/crates/cargo-wgsl)
[![dependency status](https://deps.rs/repo/github/PolyMeilex/cargo-wgsl/status.svg)](https://deps.rs/crate/cargo-wgsl)

Validate wgsl in rust projects

![image](https://github.com/user-attachments/assets/dac7ca80-36c1-42ac-a1e9-95ccae331afb)


### Install

```bash
cargo install cargo-wgsl
```

### Goals

- Nice looking and friendly cli output
- JSON output for IDE related project

---

## Using cargo-wgsl as a IDE backend:

[vscode-wgsl](https://github.com/PolyMeilex/vscode-wgsl)

### Real time validation in vscode:

![gif](https://i.imgur.com/l8d4XPT.gif)

### Autocompletion (only for globals for now)

![img](https://i.imgur.com/wYB29iP.png)