bevy/crates/bevy_core_pipeline
TimJentzsch c3db02e36e
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`
2024-02-18 22:14:29 +00:00
..
src Support optional clear color in ColorAttachment. (#11884) 2024-02-16 13:25:55 +00:00
Cargo.toml Fix dds feature dependencies in bevy_core_pipeline (#11962) 2024-02-18 22:14:29 +00:00