Bump to Bevy 0.15, enable dynamic linkage

The dynamic linkage is for improving testing cycle time, not for any direct impl reason.
This commit is contained in:
2025-07-26 17:55:22 -05:00
parent 406e611e31
commit 290aab45f5

View File

@@ -4,4 +4,4 @@ version = "0.2.0"
edition = "2021"
[dependencies]
bevy = "0.14.2"
bevy = { version = "0.15", features = ["dynamic_linking"] }