[package] name = "imgui-glfw-rs" version = "0.4.1" authors = ["K4ugummi "] description = "ImGui input handling for GLFW" homepage = "https://github.com/K4ugummi/imgui-glfw-rs" repository = "https://github.com/K4ugummi/imgui-glfw-rs" readme = "README.md" categories = ["gui"] license = "MIT/Apache-2.0" edition = "2018" [dependencies] imgui = "0.1.0" imgui-opengl-renderer = "0.5.0" glfw = "0.31.0" [dev-dependencies] gl = "0.13.0"