amethyst-imgui 0.7.1

imgui library for amethyst
[[example]]
name = "demo_window"
path = "examples/demo_window.rs"

[[example]]
name = "demo_overlay"
path = "examples/demo_overlay.rs"
[dependencies.amethyst]
version = "0.15"

[dependencies.derivative]
version = "1.0"

[dependencies.failure]
version = "0.1"

[dependencies.imgui]
version = "0.2"

[dependencies.imgui-winit-support]
version = "0.2"

[dependencies.lazy_static]
version = "1.4"

[features]
docking = []
empty = ["amethyst/empty"]
metal = ["amethyst/metal"]
shader-compiler = ["amethyst/shader-compiler"]
vulkan = ["amethyst/vulkan"]

[package]
authors = ["Awpteamoose <cargo@awpteamoose.my.to>", "Walter Pearce <jaynus@gmail.com>"]
description = "imgui library for amethyst"
edition = "2018"
license = "CC0-1.0"
name = "amethyst-imgui"
readme = "README.md"
repository = "https://github.com/jaynus/amethyst-imgui"
version = "0.7.1"