Skip to content

Commit

Permalink
Remove unnecessary required feature metadata for tonemapping example (b…
Browse files Browse the repository at this point in the history
…evyengine#8970)

# Objective

These features are now included by default, so this metadata is no
longer required.

See bevyengine#8657 (comment)

## Solution

Remove the metadata
  • Loading branch information
rparrett authored Jun 27, 2023
1 parent 98ff215 commit ab58100
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ wasm = true
[[example]]
name = "tonemapping"
path = "examples/3d/tonemapping.rs"
required-features = ["ktx2", "zstd"]

[package.metadata.example.tonemapping]
name = "Tonemapping"
Expand Down

0 comments on commit ab58100

Please sign in to comment.