aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier2d
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/rapier2d
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/rapier2d')
-rw-r--r--crates/rapier2d/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml
index c2cac66..4900625 100644
--- a/crates/rapier2d/Cargo.toml
+++ b/crates/rapier2d/Cargo.toml
@@ -38,6 +38,9 @@ debug-disable-legitimate-fe-exceptions = [ ]
# Do not enable this unless you are working on the engine internals.
dev-remove-slow-accessors = []
+[package.metadata.docs.rs]
+features = ["parallel", "simd-stable", "serde-serialize", "enhanced-determinism", "debug-render"]
+
[lib]
name = "rapier2d"
path = "../../src/lib.rs"