Cargo Features
wow_dbc has no features set by default.
[dependencies]
wow_dbc = { version = "0.3.0", features = ["vanilla", "tbc", "wrath"] }
- vanilla
-
Enables vanilla of wow_world_base ^0.2.0
Affects
wow_dbc::vanilla_tables
,tys::LocalizedString
,util::read_localized_string
… - tbc
-
Enables tbc of wow_world_base ^0.2.0
Affects
wow_dbc::tbc_tables
,tys::ExtendedLocalizedString
,util::read_extended_localized_string
… - wrath
-
Enables wrath of wow_world_base ^0.2.0
Affects
wow_dbc::wrath_tables
,tys::ExtendedLocalizedString
,util::read_extended_localized_string
…