Update dependencies for Bevy

This commit is contained in:
Valère Plantevin
2026-05-13 10:19:15 -04:00
parent 8465a7c952
commit 0174019b3f

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024" edition = "2024"
[dependencies] [dependencies]
bevy = { version = "0.18", default-features = false } bevy = { version = "0.18", default-features = false, features = ["bevy_state"] }
thiserror = "2" thiserror = "2"
anyhow = "1" anyhow = "1"
tracing = "0.1" tracing = "0.1"