diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2022-10-07 23:49:09 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2022-10-07 23:49:09 +0200 |
| commit | b87443c838891eb243eb213dcd3900d509d8bc37 (patch) | |
| tree | 3200139bca78cc059e5a0d1d248b960c2aa7c8f6 /crates/rapier_testbed3d | |
| parent | 053cb22a85fe71452ce2972cd525956e0d736437 (diff) | |
| download | rapier-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.toml | 3 |
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" |
