Remove unnecessary required feature metadata for tonemapping example (#8970)

# Objective

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

See https://github.com/bevyengine/bevy/pull/8657#issuecomment-1560065004

## Solution

Remove the metadata
This commit is contained in:
Rob Parrett 2023-06-27 12:41:13 -07:00 committed by GitHub
parent 98ff2154bf
commit ab58100fe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -570,7 +570,6 @@ wasm = true
[[example]]
name = "tonemapping"
path = "examples/3d/tonemapping.rs"
required-features = ["ktx2", "zstd"]
[package.metadata.example.tonemapping]
name = "Tonemapping"