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 wheneverarcdps-imgui
is added without
somewhere in the dependency tree.default-features = false - 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.