Cargo Features
Springy has no features set by default.
[dependencies]
springy = { version = "0.2.0", features = ["rapier2d", "rapier3d"] }
- rapier2d = bevy_rapier2d
-
Affects
rapier::Unit
,springy::rapier
… - rapier3d = bevy_rapier3d
-
Affects
rapier::Unit
,springy::rapier
…
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_rapier2d rapier2d?
-
Enables bevy_rapier2d ^0.27
- bevy_rapier3d rapier3d?
-
Enables bevy_rapier3d ^0.27