aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier3d/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rapier3d/Cargo.toml')
-rw-r--r--crates/rapier3d/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/rapier3d/Cargo.toml b/crates/rapier3d/Cargo.toml
index ae133e8..3387ee8 100644
--- a/crates/rapier3d/Cargo.toml
+++ b/crates/rapier3d/Cargo.toml
@@ -31,6 +31,9 @@ enhanced-determinism = [ "simba/libm_force", "parry3d/enhanced-determinism" ]
debug-render = [ ]
profiler = [ "instant" ] # Enables the internal profiler.
+# Experimental features, not guaranteed to work or compile.
+experimental-voxel-fracture = [ ]
+
# Feature used for debugging only.
debug-disable-legitimate-fe-exceptions = [ ]