This crate provides `winit` integration for creating windows and rendering frames with
`vk-graph`.
This crate is versioned independently from `vk-graph`.
```sh
cargo run --example hello_world
```
See the workspace [guide book](https://attackgoat.github.io/vk-graph) and
[examples](../../examples/README.md) for end-to-end usage.