imgui-winit 0.1.0

A simple translation layer between winit and imgui
Documentation
[package]
name = "imgui-winit"
version = "0.1.0"
authors = ["Benjamin <benjamin@chronicembetterment.org>"]
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.17"