From 7d79719198e09cf20244dd7f70e483c23ed75ba3 Mon Sep 17 00:00:00 2001 From: arcadeperfect Date: Tue, 26 Nov 2024 17:14:35 -0500 Subject: [PATCH] bindgen version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 671112d..6128cae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ serde_json = "1.0" tracing = "0.1" anyhow = "1.0.66" bevy_panorbit_camera = { version = "0.19", features = ["bevy_egui"] } -wasm-bindgen = "0.2.95" +wasm-bindgen = "0.2.93" # bevy_egui = "0.29.0" # Use the version compatible with your Bevy version bevy_egui = { version = "0.28", default-features = false, features = [ "render",