Cargo Features

[dependencies]
bevy_mod_spritesheet = { version = "0.2.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 default-features = false somewhere in the dependency tree.

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.

serde_json json-array json-hash