Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Jul 21, 2023
1 parent 10ba906 commit df3a5e2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df3a5e2

Please sign in to comment.