From c247480ced8cdfa3d0e77fb128c6213e0c542e53 Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Sat, 7 Dec 2024 03:04:58 +0200 Subject: [PATCH] Format Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"