From df3a5e2c000a426d7e2644e9e16a28955edae501 Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Fri, 21 Jul 2023 23:39:29 +0300 Subject: [PATCH] Fix formatting --- Cargo.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a54bf77..b7705b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,17 +21,15 @@ cfg-if = "1.0" [dev-dependencies] bevy_spectator = "0.3" -bevy = { version = "0.11.0", features = [ - "bevy_core_pipeline", - "x11", -] } +bevy = { version = "0.11", features = ["bevy_core_pipeline", "x11"] } [features] default = ["basic", "all_models"] basic = ["detection", "dithering", "procedural"] # enables basic features detection = [] # enables camera detection (disable to add skyboxes manually) dithering = [] # enables dithering (disable for banding) -procedural = [] # enables the automatic addition of `AtmospherePipelinePlugin` (disable to edit the sky texture manually) +# enables the automatic addition of `AtmospherePipelinePlugin` from `AtmospherePlugin` (disable to edit the sky texture manually) +procedural = [] # models all_models = ["gradient", "nishita"] # enables all models gradient = [] # enables the gradient model