Cargo Features
[dependencies]
bevy_utils = { version = "0.17.1", default-features = false, features = ["parallel", "std", "debug"] }
- default = parallel
-
The
parallel
feature is set by default wheneverbevy_utils
is added without
somewhere in the dependency tree.default-features = false - parallel default
-
Provides access to the
Parallel
type.Enables thread_local, std of bevy_platform
- std
-
Enables alloc of disqualified
- debug
-
Enables alloc of bevy_platform
bevy_platform:
Allows access to the
alloc
crate.