From 780ba4a216aa9ef68d7f10db4a2b67b866699f43 Mon Sep 17 00:00:00 2001 From: johnny-smitherson <127537716+johnny-smitherson@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:21:07 +0000 Subject: update bevy 0.11 - fix compile errors --- examples3d-f64/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples3d-f64') diff --git a/examples3d-f64/Cargo.toml b/examples3d-f64/Cargo.toml index 27a4491..45ffbd2 100644 --- a/examples3d-f64/Cargo.toml +++ b/examples3d-f64/Cargo.toml @@ -16,7 +16,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 } bincode = "1" serde = "1" -- cgit