From ccdea35ca9b90aceb5e72d27fee181dd51413c17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:48:28 +0000 Subject: [PATCH] Bump bevy_egui from 0.27.0 to 0.27.1 Bumps [bevy_egui](https://github.com/mvlabat/bevy_egui) from 0.27.0 to 0.27.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.27.0...v0.27.1) --- updated-dependencies: - dependency-name: bevy_egui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8563cf..f49bab6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -475,9 +475,9 @@ dependencies = [ [[package]] name = "bevy_egui" -version = "0.27.0" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eac153cb176b04eb0734c60fbc2912aa6fb2539f5b64ba832661c1c4cf9e298a" +checksum = "b0118223ec165efe20f2e017811539ee1ba1f62b03a878022fbaec9e9bfd56bc" dependencies = [ "arboard", "bevy", diff --git a/Cargo.toml b/Cargo.toml index 70b036e..2e3b7b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ bevy = { version = "0.13.2", default-features = false, features = [ "default_font", ] } # bevy_asset_loader = { version = "0.20.0" } -bevy_egui = "0.27.0" +bevy_egui = "0.27.1" noise = "0.9.0" rand = { version = "0.8.5" }