aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier2d
diff options
context:
space:
mode:
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"