Cargo Features
[dependencies]
bevy_rng = { version = "0.3.0", default-features = false, features = ["bevy-nightly", "bevy-stable"] }
- default = bevy-stable
-
The
bevy-stable
feature is set by default wheneverbevy_rng
is added without
somewhere in the dependency tree.default-features = false
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-nightly implicit feature
-
Enables bevy ^0.4
bevy:
A refreshingly simple data-driven game engine and app framework
- bevy-stable default
-
Enables bevy ^0.4