Cargo Features
[dependencies]
bevy_utils = { version = "0.15.0-rc.3", default-features = false, features = ["std", "alloc", "detailed_trace", "serde"] }
- default = serde, std
-
These default features are set whenever
bevy_utils
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables thread_local, runtime-rng and std of ahash, std of tracing
- alloc std
-
Enables hashbrown ^0.14.2
Affects
bevy_utils::BoxedFuture
… - detailed_trace
- serde default
-
Enables serde of hashbrown ^0.14.2