skulpin-plugin-imgui 0.7.1

A plugin for skulpin that implements imgui rendering
[package]
name = "skulpin-plugin-imgui"
version = "0.7.1"
authors = ["Philip Degarmo <aclysma@gmail.com>"]
edition = "2018"
description = "A plugin for skulpin that implements imgui rendering"
license = "MIT OR Apache-2.0"
repository = "https://github.com/aclysma/skulpin"
homepage = "https://github.com/aclysma/skulpin"
keywords = ["skia", "vulkan", "ash", "2d", "graphics"]
categories = ["graphics", "gui", "multimedia", "rendering", "visualization"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
skulpin-renderer = { version = "0.5.1", path = "../skulpin-renderer" }
imgui = ">=0.4"
log = "0.4"