From 3c167e73e3477f40c79bd58a612af229ffe0c55b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 21:52:56 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgraded=20Rust=20crate=20?= =?UTF-8?q?bevy=20to=20`0.18`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1211e12..5822920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ license = "MIT OR Apache-2.0" readme = "README.md" [dev-dependencies] -bevy = "0.13" +bevy = "0.18" native-dialog = "0.7"