Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Jul 21, 2023
1 parent df3a5e2 commit 8d1436c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ 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)
detection = [] # enables camera detection (disable to add skyboxes manually)
dithering = [] # enables dithering (disable for banding)
# enables the automatic addition of `AtmospherePipelinePlugin` from `AtmospherePlugin` (disable to edit the sky texture manually)
procedural = []
# models
Expand Down

0 comments on commit 8d1436c

Please sign in to comment.