Cargo Features
[dependencies]
bevy_mod_spritesheet = { version = "0.3.0", default-features = false, features = ["json-array", "json-hash"] }
- default = json-array, json-hash
-
These default features are set whenever
bevy_mod_spritesheet
is added without
somewhere in the dependency tree.default-features = false - json-array default = serde_json
-
Affects
json::array
… - json-hash default = serde_json
-
Affects
json::hash
…
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.