[package] name = "grr-imgui" version = "0.2.0" authors = ["msiglreith "] edition = "2018" license = "MIT OR Apache-2.0" description = "grr backend for imgui" documentation = "https://docs.rs/grr-imgui" repository = "https://github.com/msiglreith/grr-imgui" readme = "README.md" keywords = ["window", "grr", "graphics"] categories = ["game-engines", "graphics"] [dependencies] imgui = "0.4" grr = "0.8" [dev-dependencies] glutin = "0.24" imgui-winit-support = "0.4"