imgui-vulkano-renderer-unsafe 0.5.1

A renderer for imgui-rs using Vulkano that also works with UnsafeCommandBufferBuilder
Documentation
[dependencies.imgui]
version = "0.6.1"

[dependencies.vulkano]
version = "0.20.0"

[dependencies.vulkano-shaders]
version = "0.20.0"
[dev-dependencies.clipboard]
version = "0.5.0"

[dev-dependencies.image]
version = "0.23.8"

[dev-dependencies.imgui-winit-support]
version = "0.6.1"

[dev-dependencies.vulkano-win]
version = "0.20.0"

[dev-dependencies.winit]
version = "0.24.0"

[package]
authors = ["Sam Blazes", "Antonino Maniscalco"]
categories = ["gui", "rendering"]
description = "A renderer for imgui-rs using Vulkano that also works with UnsafeCommandBufferBuilder"
edition = "2018"
keywords = ["vulkano", "imgui", "graphics", "gui", "rendering"]
license = "MIT"
license-file = "LICENSE"
name = "imgui-vulkano-renderer-unsafe"
readme = "README.md"
repository = "https://gitlab.com/pac85/imgui-vulkano-renderer.git"
version = "0.5.1"