Cargo Features
[dependencies]
bevy_core = { version = "0.15.0-rc.3", default-features = false, features = ["bevy_reflect", "serialize"] }
- default = bevy_reflect
-
The
bevy_reflect
feature is set by default wheneverbevy_core
is added without
somewhere in the dependency tree.default-features = false - bevy_reflect default
-
Enables bevy_reflect and bevy_reflect of bevy_app and bevy_ecs
bevy_app:
bevy
- serialize
-
Enables serde
other