From 9d954754387d2cab58ed0200d5262e53604b0666 Mon Sep 17 00:00:00 2001 From: Cory Johnson Date: Thu, 15 Jan 2026 18:23:06 -0800 Subject: [PATCH] bevy update to 0.18 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8da9ce1..ea269e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ opt-level = 1 opt-level = 3 [dependencies] -bevy = "0.17" +bevy = "0.18" # These lints may be important signals about code quality, but normal Bevy code # commonly triggers them and the CI workflow treats them as errors, so we've