From a4409cb946641e8c13ee0b57f873c8dfedcc9543 Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Sat, 26 Jul 2025 19:38:49 -0500 Subject: [PATCH] Bump to Bevy 0.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b88be39..b972f69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,4 +4,4 @@ version = "0.2.0" edition = "2021" [dependencies] -bevy = { version = "0.15", features = ["dynamic_linking"] } +bevy = { version = "0.16", features = ["dynamic_linking"] }