small amount of cleanup, nphysics also seems to be getting phased out for rapier

This commit is contained in:
2021-02-09 19:35:49 -08:00
parent 76a21ec73b
commit fe45a9f166
3 changed files with 118 additions and 114 deletions

View File

@@ -29,4 +29,4 @@ wgpu-subscriber = "0.1.0"
tobj = "2.0.3"
legion = "0.3.1"
nalgebra = "0.24.1"
nphysics3d = "0.19.0"
rapier3d = { version = "0.5.0", features = [ "simd-nightly", "parallel" ] }