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

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.

log implicit feature

Enables log

log:

A lightweight logging facade for Rust

salva3d fluids? parallel?

Enables salva3d ^0.4