From b87443c838891eb243eb213dcd3900d509d8bc37 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Fri, 7 Oct 2022 23:49:09 +0200 Subject: Enable more features when documenting on docs.rs --- crates/rapier_testbed3d/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/rapier_testbed3d') 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" -- cgit