imgui-wgpu 0.12.0

A wgpu render backend for imgui-rs.
Documentation
# dear imgui wgpu-rs renderer


Draw dear imgui UIs as a wgpu render pass. Based on [imgui-gfx-renderer](https://github.com/Gekkio/imgui-rs/tree/master/imgui-gfx-renderer) from [imgui-rs](https://github.com/Gekkio/imgui-rs).

![screenshot](doc/img/screenshot.png)

# Usage


For usage, please have a look at the [example](examples/hello_world.rs).

# Example


Run the example with
```
cargo run --release --example hello_world
```

# Status


Basic features are useable. Uses `wgpu-0.6.0` and `imgui-0.6.0` upstream. `winit-0.23` is used with the examples.

Contributions are very welcome.