[package]
name = "amethyst-imgui"
version = "0.5.1"
description = "imgui library for amethyst"
license = "CC0-1.0"
authors = ["Awpteamoose <cargo@awpteamoose.my.to>", "Walter Pearce <jaynus@gmail.com>"]
repository = "https://github.com/jaynus/amethyst-imgui"
readme = "README.md"
edition = "2018"
[features]
default = ["amethyst/vulkan"]
docking = []
[dependencies]
imgui = { version = "0.2" }
imgui-winit-support = { version = "0.2" }
amethyst = { version = "0.13", features = ["shader-compiler"] }
lazy_static = "1.3"
derivative = "1.0"
failure = "0.1"
[[example]]
name = "demo_window"
path = "examples/demo_window.rs"