From 0174019b3f222bf2dd5508f56bb132fb391b6d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A8re=20Plantevin?= Date: Wed, 13 May 2026 10:19:15 -0400 Subject: [PATCH] Update dependencies for Bevy --- substrate/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/Cargo.toml b/substrate/Cargo.toml index 1de0ed9..dbabfe8 100644 --- a/substrate/Cargo.toml +++ b/substrate/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -bevy = { version = "0.18", default-features = false } +bevy = { version = "0.18", default-features = false, features = ["bevy_state"] } thiserror = "2" anyhow = "1" tracing = "0.1"