Cargo Features

[dependencies]
arcdps = { version = "0.9.0", default-features = false, features = ["imgui", "log"] }
default = imgui, log

These default features are set whenever arcdps is added without default-features = false somewhere in the dependency tree.

imgui default

Enables arcdps-imgui, imgui of arcdps_codegen

Affects exported_functions::e5, raw_structs::ImguiCallback, raw_structs::OptionsCallback, raw_structs::OptionsWindowsCallback, raw_structs::Export5

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

log default