compiles, doesn't run. Not sure where I left this...

This commit is contained in:
2021-12-23 03:17:04 -08:00
parent b98c7312cc
commit 7527694fd2
22 changed files with 3165 additions and 19 deletions

View File

@@ -31,8 +31,8 @@ crossbeam = "0.8.0"
toml = "0.5.8"
cgmath = "0.18.0"
rapier3d = { version = "0.5.0", features = ["simd-nightly", "parallel"] }
nalgebra = "0.24.1"
rapier3d = { version = "0.11.1", features = ["simd-nightly", "parallel"] }
nalgebra = "0.29.0"
legion = "0.3.1"
wgpu = "0.7.0"
imgui = "0.7.0"