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 wheneverbevy_mod_component_mirror
is added without
somewhere in the dependency tree.default-features = false - 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