diff --git a/Cargo.toml b/Cargo.toml index 1048bee..c88e24e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ version = "0.7.0" [dependencies] anyhow = "1" -bevy = { version = "0.18", default-features = false, features = [ +bevy = { version = "0.19", default-features = false, features = [ "bevy_asset", "bevy_mesh", ], optional = true }