From b7a028d203192db8b0dbde3b9995a0c4911c1d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:45:55 +0000 Subject: [PATCH] Build(deps): bump bevy_egui from 0.30.0 to 0.30.1 Bumps [bevy_egui](https://github.com/mvlabat/bevy_egui) from 0.30.0 to 0.30.1. - [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.30.0...v0.30.1) --- updated-dependencies: - dependency-name: bevy_egui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0d8939..1dd3a4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -611,14 +611,27 @@ dependencies = [ [[package]] name = "bevy_egui" -version = "0.30.0" +version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0b8c164da1303ac3e6dc8d1a649be3e4399f12fd132f7665f3d018884236f9c" +checksum = "c451b97a7e934b2d31b39e1f68923c0a30894d23e39a2d2d90dbd50aa24d472e" dependencies = [ - "bevy", + "bevy_app", + "bevy_asset", + "bevy_derive", + "bevy_ecs", + "bevy_input", + "bevy_log", + "bevy_math", + "bevy_reflect", + "bevy_render", + "bevy_time", + "bevy_utils", + "bevy_window", + "bevy_winit", "bytemuck", "crossbeam-channel", "egui", + "encase", "js-sys", "log", "wasm-bindgen",