diff options
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/rapier3d-f64/Cargo.toml | 3 | ||||
| -rw-r--r-- | crates/rapier3d/Cargo.toml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/crates/rapier3d-f64/Cargo.toml b/crates/rapier3d-f64/Cargo.toml index f154e4e..abacb0f 100644 --- a/crates/rapier3d-f64/Cargo.toml +++ b/crates/rapier3d-f64/Cargo.toml @@ -31,6 +31,9 @@ enhanced-determinism = [ "simba/libm_force", "parry3d-f64/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 = [ ] 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 = [ ] |
