From 8861f87d2c1865280580d5ca0c8c82c89c213885 Mon Sep 17 00:00:00 2001 From: Doonv <58695417+doonv@users.noreply.github.com> Date: Sun, 14 Apr 2024 16:43:36 +0300 Subject: [PATCH] Update `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"