mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
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:
parent
98ff2154bf
commit
ab58100fe3
1 changed files with 0 additions and 1 deletions
|
@ -570,7 +570,6 @@ wasm = true
|
||||||
[[example]]
|
[[example]]
|
||||||
name = "tonemapping"
|
name = "tonemapping"
|
||||||
path = "examples/3d/tonemapping.rs"
|
path = "examples/3d/tonemapping.rs"
|
||||||
required-features = ["ktx2", "zstd"]
|
|
||||||
|
|
||||||
[package.metadata.example.tonemapping]
|
[package.metadata.example.tonemapping]
|
||||||
name = "Tonemapping"
|
name = "Tonemapping"
|
||||||
|
|
Loading…
Reference in a new issue