From 842b6484b54c87fe81d60248df68cfcfc45d1489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 22:20:18 +0000 Subject: [PATCH] Bump bevy_egui from 0.28.0 to 0.29.0 Bumps [bevy_egui](https://github.com/mvlabat/bevy_egui) from 0.28.0 to 0.29.0. - [Release notes](https://github.com/mvlabat/bevy_egui/releases) - [Changelog](https://github.com/mvlabat/bevy_egui/blob/main/CHANGELOG.md) - [Commits](https://github.com/mvlabat/bevy_egui/compare/v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: bevy_egui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 31 +++++++++++++++++++++++++++---- crates/unavi-avatar/Cargo.toml | 2 +- 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dbf3e1908..315fe4597 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -945,7 +945,7 @@ dependencies = [ "bevy_core", "bevy_core_pipeline", "bevy_ecs", - "bevy_egui", + "bevy_egui 0.28.0", "bevy_hierarchy", "bevy_log", "bevy_math", @@ -1323,6 +1323,29 @@ dependencies = [ "winit", ] +[[package]] +name = "bevy_egui" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "128438a8163e49528207aabf20d3ff0890fd6be0f0054626915995efac87922b" +dependencies = [ + "arboard", + "bevy", + "bytemuck", + "console_log", + "crossbeam-channel", + "egui", + "js-sys", + "log", + "thread_local", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", + "webbrowser", + "wgpu-types", + "winit", +] + [[package]] name = "bevy_encase_derive" version = "0.14.1" @@ -1998,7 +2021,7 @@ dependencies = [ "bitflags 2.6.0", "cexpr", "clang-sys", - "itertools 0.11.0", + "itertools 0.12.1", "lazy_static", "lazycell", "proc-macro2", @@ -4984,7 +5007,7 @@ version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ff16065e5720f376fbced200a5ae0f47ace85fd70b7e54269790281353b6d61" dependencies = [ - "approx 0.4.0", + "approx 0.5.1", "arbitrary", "num-traits", "rstar 0.11.0", @@ -12048,7 +12071,7 @@ dependencies = [ "avian3d", "bevy", "bevy-inspector-egui", - "bevy_egui", + "bevy_egui 0.29.0", "bevy_panorbit_camera", "bevy_vrm", "paste", diff --git a/crates/unavi-avatar/Cargo.toml b/crates/unavi-avatar/Cargo.toml index 655dce27f..059f29a68 100644 --- a/crates/unavi-avatar/Cargo.toml +++ b/crates/unavi-avatar/Cargo.toml @@ -18,5 +18,5 @@ unavi-constants = { path = "../unavi-constants" } [dev-dependencies] bevy-inspector-egui.workspace = true -bevy_egui = "0.28.0" +bevy_egui = "0.29.0" bevy_panorbit_camera.workspace = true