[package]
name = "amethyst-imgui"
version = "0.7.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]
vulkan = ["amethyst/vulkan"]
metal = ["amethyst/metal"]
empty = ["amethyst/empty"]
shader-compiler = ["amethyst/shader-compiler"]
docking = []
[dependencies]
imgui = { version = "0.2" }
imgui-winit-support = { version = "0.2" }
amethyst = { version = "0.15" }
lazy_static = "1.4"
derivative = "1.0"
failure = "0.1"
[[example]]
name = "demo_window"
path = "examples/demo_window.rs"
[[example]]
name = "demo_overlay"
path = "examples/demo_overlay.rs"