aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier3d/Cargo.toml
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2023-01-22 19:01:09 +0100
committerSébastien Crozet <developer@crozet.re>2023-01-22 19:01:09 +0100
commit26596bdc2ef7537619ab763668381f8b5496b726 (patch)
tree1ddab05177fba9f61ad68c779c1f9bb09fd35a64 /crates/rapier3d/Cargo.toml
parent1a4183cc94acc3210e4ae467abbea7d68e51c5ff (diff)
downloadrapier-voxels.tar.gz
rapier-voxels.tar.bz2
rapier-voxels.zip
Voxel fracture experimentsvoxels
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 = [ ]