Cargo Features
[dependencies]
bevy_time = { version = "0.15.0-rc.3", default-features = false, features = ["serialize", "bevy_reflect"] }
- default = bevy_reflect
-
The
bevy_reflect
feature is set by default wheneverbevy_time
is added without
somewhere in the dependency tree.default-features = false - serialize = serde
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.
- bevy_reflect default
- serde serialize?