aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier_testbed3d
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rapier_testbed3d')
-rw-r--r--crates/rapier_testbed3d/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/rapier_testbed3d/Cargo.toml b/crates/rapier_testbed3d/Cargo.toml
index f6a0ff5..43e46f5 100644
--- a/crates/rapier_testbed3d/Cargo.toml
+++ b/crates/rapier_testbed3d/Cargo.toml
@@ -24,6 +24,9 @@ dim3 = [ ]
parallel = [ "rapier/parallel", "num_cpus" ]
other-backends = [ "physx", "physx-sys", "glam" ]
+[package.metadata.docs.rs]
+features = ["parallel", "other-backends"]
+
[dependencies]
nalgebra = { version = "0.31", features = [ "rand" ] }
rand = "0.8"