Cargo Features
[dependencies]
nphysics_testbed3d = { version = "0.10.0", default-features = false, features = ["dim3", "fluids", "parallel", "log"] }
- default = dim3
-
The
dim3
feature is set by default whenevernphysics_testbed3d
is added without
somewhere in the dependency tree.default-features = false - dim3 default
-
Affects
revolute_constraint::RevoluteConstraint
,lib::math
,helper::restrict_relative_angular_velocity_to_axis
,helper::align_axis
,helper::restore_angle_between_axis
,objects::mesh
,node::GraphicsNode
,plane::Plane
… - fluids = salva3d
-
Affects
objects::fluid
… - parallel
-
Enables parallel of salva3d ^0.4
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.