From b00d739bc4f7e16f3f77c621b7ce1284cde66d7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:09:36 +0000 Subject: [PATCH] build(deps): update bevy_egui requirement from 0.23 to 0.25 Updates the requirements on [bevy_egui](https://github.com/mvlabat/bevy_egui) to permit the latest version. - [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.23.0...v0.25.0) --- updated-dependencies: - dependency-name: bevy_egui dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/Cargo.toml b/demo/Cargo.toml index 352b55c..801254f 100644 --- a/demo/Cargo.toml +++ b/demo/Cargo.toml @@ -12,6 +12,6 @@ publish = false bevy-vello = { path = "../" } bevy = { workspace = true } bevy_pancam = { version = "0.10", features = ["bevy_egui"] } -bevy_egui = "0.23" +bevy_egui = "0.25" # FIXME: Remove later on, web-sys got angry in v0.3.38. web-sys = { workspace = true }