diff options
| author | johnny-smitherson <127537716+johnny-smitherson@users.noreply.github.com> | 2023-10-23 16:21:07 +0000 |
|---|---|---|
| committer | johnny-smitherson <127537716+johnny-smitherson@users.noreply.github.com> | 2023-10-23 16:39:52 +0000 |
| commit | 780ba4a216aa9ef68d7f10db4a2b67b866699f43 (patch) | |
| tree | f9be0e8ae1134f7ee6139eb34c39aa2c2d6a21aa /examples3d | |
| parent | 82416e3ca66dcdc34c0f350cec570ef1019a199f (diff) | |
| download | rapier-780ba4a216aa9ef68d7f10db4a2b67b866699f43.tar.gz rapier-780ba4a216aa9ef68d7f10db4a2b67b866699f43.tar.bz2 rapier-780ba4a216aa9ef68d7f10db4a2b67b866699f43.zip | |
update bevy 0.11 - fix compile errors
Diffstat (limited to 'examples3d')
| -rw-r--r-- | examples3d/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3d/Cargo.toml b/examples3d/Cargo.toml index c50dc95..1e44b3d 100644 --- a/examples3d/Cargo.toml +++ b/examples3d/Cargo.toml @@ -17,7 +17,7 @@ rand = "0.8" getrandom = { version = "0.2", features = [ "js" ] } Inflector = "0.11" wasm-bindgen = "0.2" -obj-rs = { version = "0.6", default-features = false } +obj-rs = { version = "0.7", default-features = false } serde = "1" bincode = "1" |
