Cargo Features

[dependencies]
bevy_mod_component_mirror = { version = "0.11.0", default-features = false, features = ["rapier"] }
default = rapier

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

rapier default = bevy_rapier3d

Affects bevy_mod_component_mirror::rapier_mirrors

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_rapier3d rapier

Enables bevy_rapier3d ^0.23