Improve distant object panics in broad phase (#128)

Co-authored-by: Thierry Berger <contact@thierryberger.com>
This commit is contained in:
Ben Harper
2024-08-06 01:19:52 +10:00
committed by GitHub
parent 7ff92b1cf5
commit af3a26c99d
6 changed files with 42 additions and 12 deletions

View File

@@ -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 }