Enable more features when documenting on docs.rs

This commit is contained in:
Guillaume Gomez
2022-10-07 23:49:09 +02:00
parent 053cb22a85
commit b87443c838
8 changed files with 22 additions and 0 deletions

View File

@@ -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 = "rapier3d"
path = "../../src/lib.rs"