[package] name = "amethyst-inspector" version = "0.3.0" edition = "2018" description = "unity-like inspector for amethyst" authors = ["Awpteamoose "] license = "CC0-1.0" [dependencies] amethyst = "0.13" amethyst-imgui = "0.6" amethyst-inspector-derive = "0.2" paste = "0.1" # [patch.crates-io] # amethyst-inspector-derive = { path = "amethyst-inspector-derive" } # amethyst-imgui = { path = "../amethyst-imgui" }