[package] name = "imgui-examples" version = "0.0.24-pre" edition = "2018" authors = ["Joonas Javanainen ", "imgui-rs contributors"] description = "imgui crate examples" homepage = "https://github.com/Gekkio/imgui-rs" repository = "https://github.com/Gekkio/imgui-rs" license = "MIT/Apache-2.0" publish = false [dev-dependencies] gfx = "0.18" gfx_window_glutin = "0.30" glutin = "0.20" imgui = { version = "0.0.24-pre", path = "../" } imgui-gfx-renderer = { version = "0.0.24-pre", path = "../imgui-gfx-renderer" } imgui-winit-support = { version = "0.0.24-pre", path = "../imgui-winit-support" }