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:
committed by
Sébastien Crozet
parent
7703333781
commit
0ef55c7df7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user