Fix dds feature dependencies in bevy_core_pipeline (#11962)
# Objective - Fixes #11960 - The compilation of `bevy_core_pipeline` failed with the `dds` feature enabled ## Solution - Enable the `dds` feature of `bevy_render` when enabling it for `bevy_core_pipeline`
This commit is contained in:
parent
6026c08c04
commit
c3db02e36e
@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
|
|||||||
keywords = ["bevy"]
|
keywords = ["bevy"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
dds = []
|
dds = ["bevy_render/dds"]
|
||||||
trace = []
|
trace = []
|
||||||
webgl = []
|
webgl = []
|
||||||
webgpu = []
|
webgpu = []
|
||||||
|
Loading…
Reference in New Issue
Block a user