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:
@@ -4,4 +4,4 @@ version = "0.2.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
bevy = "0.14.2"
|
||||
bevy = { version = "0.15", features = ["dynamic_linking"] }
|
||||
|
||||
Reference in New Issue
Block a user