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"] }