[package] name = "axfive-imgui" version = "0.2.1" authors = ["Taylor C. Richberger "] edition = "2018" description = "Simple imgui wrapper around imgui-sys (maybe later cimgui), used for working with imgui and windowing from Rust in a way that is useful for axfive projects" license = "MIT" [dependencies] glium = "0.25.1" imgui-sys = "0.2.0" clipboard = "0.5.0" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = 'abort'