aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier_testbed3d
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2022-10-07 23:49:09 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2022-10-07 23:49:09 +0200
commitb87443c838891eb243eb213dcd3900d509d8bc37 (patch)
tree3200139bca78cc059e5a0d1d248b960c2aa7c8f6 /crates/rapier_testbed3d
parent053cb22a85fe71452ce2972cd525956e0d736437 (diff)
downloadrapier-b87443c838891eb243eb213dcd3900d509d8bc37.tar.gz
rapier-b87443c838891eb243eb213dcd3900d509d8bc37.tar.bz2
rapier-b87443c838891eb243eb213dcd3900d509d8bc37.zip
Enable more features when documenting on docs.rs
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"