[package] name = "imgui-vulkano-renderer-unsafe" version = "0.6.1" authors = ["Sam Blazes", "Antonino Maniscalco"] edition = "2018" repository = "https://gitlab.com/pac85/imgui-vulkano-renderer.git" readme = "README.md" license = "MIT" license-file = "LICENSE" description = "A renderer for imgui-rs using Vulkano that also works with UnsafeCommandBufferBuilder" categories = ["gui", "rendering"] keywords = ["vulkano", "imgui", "graphics", "gui", "rendering"] [dependencies] vulkano = "0.20.0" vulkano-shaders = "0.20.0" imgui = { version = "0.7.0" } [dev-dependencies] clipboard = "0.5.0" imgui-winit-support = "0.7.0" vulkano-win = "0.20.0" winit = "0.24.0" image = "0.23.8"