Start to Load World State

This patch starts to load world state for debugging. The next step is to make sure that deserialization exactly matches the format of world.takeSnapshot().
This commit is contained in:
Geoffrey Hayes
2022-02-24 02:41:26 -08:00
committed by Sébastien Crozet
parent 7703333781
commit 0ef55c7df7
4 changed files with 45 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ getrandom = { version = "0.2", features = [ "js" ] }
Inflector = "0.11"
wasm-bindgen = "0.2"
obj-rs = { version = "0.6", default-features = false }
serde = "1"
bincode = "1"
[dependencies.rapier_testbed3d]
path = "../crates/rapier_testbed3d"