imgui-glfw-rs 0.3.0

ImGui imput handling for GLFW
Documentation
[package]
name = "imgui-glfw-rs"
version = "0.3.0"
authors = ["K4ugummi <stephan.schauerte@gmail.com>"]
description = "ImGui imput 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.0.22"
glfw = "0.28.0"

[dev-dependencies]
imgui-opengl-renderer = "0.4.0"
gl = "0.12.0"