[dependencies.bitflags]
version = "1"
[dependencies.imgui-sys]
package = "arcdps-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; forked for use in arcdps addons"
edition = "2018"
exclude = ["/resources"]
homepage = "https://github.com/gw2scratch/imgui-rs"
license = "MIT/Apache-2.0"
name = "arcdps-imgui"
readme = "../README.markdown"
repository = "https://github.com/gw2scratch/imgui-rs"
version = "0.8.0"