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/rapier2d/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/rapier2d') 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" -- cgit