imgui 0.8.0

High-level Rust bindings to dear imgui
Documentation
[dependencies.bitflags]
version = "1"

[dependencies.imgui-sys]
version = "0.8.0"

[dependencies.parking_lot]
version = "0.11"
[dev-dependencies.memoffset]
version = "0.6"

[features]
default = ["min-const-generics"]
freetype = ["imgui-sys/freetype"]
min-const-generics = []
tables-api = []
wasm = ["imgui-sys/wasm"]

[package]
authors = ["The imgui-rs Developers"]
categories = ["gui", "api-bindings"]
description = "High-level Rust bindings to dear imgui"
edition = "2018"
exclude = ["/resources"]
homepage = "https://github.com/imgui-rs/imgui-rs"
license = "MIT/Apache-2.0"
name = "imgui"
readme = "../README.markdown"
repository = "https://github.com/imgui-rs/imgui-rs"
version = "0.8.0"