[package] name = "imgui-winit" version = "0.1.2" authors = ["Benjamin "] repository = "https://git.chronicembetterment.org/benjamin/imgui-winit" homepage = "https://git.chronicembetterment.org/benjamin/imgui-winit" description = "A simple translation layer between winit and imgui" readme = "README.md" license = "Unlicense/MIT" edition = "2018" [dependencies] imgui = ">=0.0.21" winit = "0.18"