diff options
Diffstat (limited to 'build/rapier3d')
| -rw-r--r-- | build/rapier3d/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/rapier3d/Cargo.toml b/build/rapier3d/Cargo.toml index e797ea5..8a3877b 100644 --- a/build/rapier3d/Cargo.toml +++ b/build/rapier3d/Cargo.toml @@ -16,9 +16,10 @@ edition = "2018" maintenance = { status = "actively-developed" } [features] -default = [ "dim3", "f32" ] +default = [ "dim3", "f32", "default-sets" ] dim3 = [ ] f32 = [ ] +default-sets = [ ] parallel = [ "rayon" ] simd-stable = [ "parry3d/simd-stable", "simba/wide", "simd-is-enabled" ] simd-nightly = [ "parry3d/simd-nightly", "simba/packed_simd", "simd-is-enabled" ] |
