diff options
| author | Ben Harper <github@tukom.org> | 2024-08-06 01:19:52 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-05 17:19:52 +0200 |
| commit | af3a26c99d0303f684eb24dbd0a6be003740adba (patch) | |
| tree | e1562dd7cfa0336ac35d3f45e9729e8f5f85d7b2 /crates | |
| parent | 7ff92b1cf5d019a0d6482eeb2438de38c1d5972e (diff) | |
| download | rapier-af3a26c99d0303f684eb24dbd0a6be003740adba.tar.gz rapier-af3a26c99d0303f684eb24dbd0a6be003740adba.tar.bz2 rapier-af3a26c99d0303f684eb24dbd0a6be003740adba.zip | |
Improve distant object panics in broad phase (#128)
Co-authored-by: Thierry Berger <contact@thierryberger.com>
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/rapier_testbed3d/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rapier_testbed3d/Cargo.toml b/crates/rapier_testbed3d/Cargo.toml index 5a2d820..8a0ed9c 100644 --- a/crates/rapier_testbed3d/Cargo.toml +++ b/crates/rapier_testbed3d/Cargo.toml @@ -42,7 +42,7 @@ rand = "0.8" rand_pcg = "0.3" instant = { version = "0.1", features = ["web-sys", "now"] } bitflags = "2" -glam = { version = "0.24", optional = true } # For Physx +glam = { version = "0.24", optional = true } # For Physx num_cpus = { version = "1", optional = true } physx = { version = "0.19", features = ["glam"], optional = true } physx-sys = { version = "0.11", optional = true } |
