diff options
| author | Geoffrey Hayes <hayesgm@gmail.com> | 2022-02-24 02:41:26 -0800 |
|---|---|---|
| committer | Sébastien Crozet <sebastien@crozet.re> | 2022-03-06 22:46:12 +0100 |
| commit | 0ef55c7df7160a6178dc52502408c3293b50a503 (patch) | |
| tree | 4ce92e3fcf9a920cd231370a5b4073fdce9f2a94 /examples3d/Cargo.toml | |
| parent | 7703333781ccb19e533c25eb53f19a01e51858f7 (diff) | |
| download | rapier-0ef55c7df7160a6178dc52502408c3293b50a503.tar.gz rapier-0ef55c7df7160a6178dc52502408c3293b50a503.tar.bz2 rapier-0ef55c7df7160a6178dc52502408c3293b50a503.zip | |
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().
Diffstat (limited to 'examples3d/Cargo.toml')
| -rw-r--r-- | examples3d/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples3d/Cargo.toml b/examples3d/Cargo.toml index bbab27e..c50dc95 100644 --- a/examples3d/Cargo.toml +++ b/examples3d/Cargo.toml @@ -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" |
