Cargo Features
[dependencies]
bevy_easy_stats = { version = "0.2.0", default-features = false, features = ["serde"] }
- default = serde
-
The
serde
feature is set by default wheneverbevy_easy_stats
is added without
somewhere in the dependency tree.default-features = false - serde default
-
Enables erased-serde, serde, and typetag
bevy_easy_stats has 2 features without comments.