adding physics and collision

This commit is contained in:
2021-02-04 23:55:38 -08:00
parent f3e308cb2f
commit 76a21ec73b
2 changed files with 80 additions and 37 deletions

View File

@@ -28,5 +28,5 @@ ddsfile = "0.4"
wgpu-subscriber = "0.1.0"
tobj = "2.0.3"
legion = "0.3.1"
nalgebra = "0.20"
ncollide3d = "0.22"
nalgebra = "0.24.1"
nphysics3d = "0.19.0"