From e58532af097bbe323a6b1436acdde5e8903f7f78 Mon Sep 17 00:00:00 2001 From: Doonv <58695417+doonv@users.noreply.github.com> Date: Sun, 14 Apr 2024 16:56:11 +0300 Subject: [PATCH] Update `bevy_egui` to `0.26.0` (#23) # Objective Keep dependencies up to date ## Solution Update `bevy_egui` to version `0.26.0` --- ## Changelog - Updated `bevy_egui` to `0.26.0` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e07a098..f458376 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ builtin-parser = ["dep:logos"] [dependencies] # This crate by itself doesn't use any bevy features, but `bevy_egui` (dep) uses "bevy_asset". bevy = { version = "0.13.0", default-features = false, features = [] } -bevy_egui = "0.25.0" +bevy_egui = "0.26.0" chrono = "0.4.31" tracing-log = "0.2.0" tracing-subscriber = "0.3.18"