bevy/crates/bevy_render
Kurt Kühnert 9ef840e8e9 Changed &mut PipelineCache to &PipelineCache (#7598)
This was missed in #7205.
Should be fixed now. 😄 

## Migration Guide
- `SpecializedComputePipelines::specialize` now takes a `&PipelineCache` instead of a `&mut PipelineCache`
2023-02-10 11:17:18 +00:00
..
macros Extract component derive (#7399) 2023-01-30 18:12:16 +00:00
src Changed &mut PipelineCache to &PipelineCache (#7598) 2023-02-10 11:17:18 +00:00
Cargo.toml Wgpu 0.15 (#7356) 2023-01-29 20:27:30 +00:00