diff options
Diffstat (limited to 'build')
| -rw-r--r-- | build/rapier3d/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/rapier3d/Cargo.toml b/build/rapier3d/Cargo.toml index d409035..7d5673b 100644 --- a/build/rapier3d/Cargo.toml +++ b/build/rapier3d/Cargo.toml @@ -15,8 +15,8 @@ edition = "2018" default = [ "dim3" ] dim3 = [ ] parallel = [ "rayon" ] -simd-stable = [ "simba/wide", "simd-is-enabled" ] -simd-nightly = [ "simba/packed_simd", "simd-is-enabled" ] +simd-stable = [ "buckler3d/simd-stable", "simba/wide", "simd-is-enabled" ] +simd-nightly = [ "buckler3d/simd-nightly", "simba/packed_simd", "simd-is-enabled" ] # Do not enable this feature directly. It is automatically # enabled with the "simd-stable" or "simd-nightly" feature. simd-is-enabled = [ ] |
