Cargo Features

[dependencies]
backroll = { version = "0.6.0", default-features = false, features = ["bevy"] }
default = bevy

The bevy feature is set by default whenever backroll is added without default-features = false somewhere in the dependency tree.

bevy default = bevy_tasks

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_tasks bevy

Enables bevy_tasks ^0.9