diff --git a/Cargo.toml b/Cargo.toml index 29958ba..7cbdff3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ bevy = { version = "0.15", default-features = false, features = [ "bevy_asset", "bevy_render", "bevy_pbr", - "png", # Enable temporary due to 0.15 bug: https://github.com/bevyengine/bevy/issues/16563 + "png", # Enable temporary due to 0.15 bug: https://github.com/bevyengine/bevy/issues/16563 ] } bevy_atmosphere_macros = { path = "macros", version = "0.7" } cfg-if = "1.0"