Cargo Features
[dependencies]
ns_game = { version = "0.2.24", default-features = false, features = ["local_load", "remote_load"] }
- default = local_load
-
The
local_loadfeature is set by default wheneverns_gameis added withoutsomewhere in the dependency tree.default-features = false - local_load default
-
Affects
static_def::BASE_CONFIG,static_def::CONFIG… - remote_load
-
Affects
static_def::PEM_FILE,static_def::URL,static_def::CONFIG,static_def::CONFIG_CELL,static_def::load_config,static_def::BASE_CONFIG,static_def::BASE_CONFIG_CELL,static_def::load_base_config,static_def::load_game_config…