Cargo Features

[dependencies]
arcdps-imgui = { version = "0.8.0", default-features = false, features = ["wasm", "freetype", "min-const-generics", "tables-api"] }
default = min-const-generics

The min-const-generics feature is set by default whenever arcdps-imgui is added without default-features = false somewhere in the dependency tree.

wasm

Enables wasm of arcdps-imgui-sys

freetype

Enables freetype of arcdps-imgui-sys

min-const-generics default
tables-api

this api is in beta in the upstream imgui crate. See issue #524 for more info.
it should be stable and fine to use though.