Window-decoration controls for **Tauri v2**: native traffic lights on macOS,
HTML titlebars on Windows / Linux, with one shared API and live updates at
runtime.
```toml
[dependencies]
tauri-plugin-decor = "1"
```
```rust
tauri::Builder::default()
```
How to use it: [`docs/usage.md`](./docs/usage.md).
Working example: [`examples/basic`](./examples/basic).
MIT — see [`LICENSE`](./LICENSE).