Cargo Features
[dependencies]
rapier_testbed3d-f64 = { version = "0.24.0", default-features = false, features = ["dim3", "parallel", "profiler_ui", "unstable-puffin-pr-235"] }
- default = dim3
-
The
dim3
feature is set by default wheneverrapier_testbed3d-f64
is added without
somewhere in the dependency tree.default-features = false - dim3 default
-
Affects
joint_constraint_builder::JointTwoBodyConstraintHelper.basis2
,joint_constraint_builder::JointTwoBodyConstraintHelper.ang_basis
,geometry::Cylinder
,geometry::Cone
,lib::math.MAX_MANIFOLD_POINTS
,lib::math.Jacobian
,lib::math.JacobianView
,lib::math.JacobianViewMut
,lib::math.TangentImpulse
,lib::math.SPATIAL_DIM
,lib::math.ANG_DIM
,outlines::instances
,graphics::BevyMaterial
,graphics::BevyMaterialComponent
,rapier_testbed3d-f64::math
,mouse::SceneMouse.ray
,save::SerializableCameraState
,testbed::TestbedState.vehicle_controller
… - parallel = num_cpus
-
Enables parallel of rapier3d-f64
Affects
harness::RunState.thread_pool
… - profiler_ui
-
Enables puffin_egui, profile-with-puffin of profiling
- unstable-puffin-pr-235
-
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.