bevy/crates/bevy_core_pipeline/src
Rob Parrett a788e31ad5
Fix CI for Rust 1.72 (#9562)
# Objective

[Rust 1.72.0](https://blog.rust-lang.org/2023/08/24/Rust-1.72.0.html) is
now stable.

# Notes

- `let-else` formatting has arrived!
- I chose to allow `explicit_iter_loop` due to
https://github.com/rust-lang/rust-clippy/issues/11074.
  
We didn't hit any of the false positives that prevent compilation, but
fixing this did produce a lot of the "symbol soup" mentioned, e.g. `for
image in &mut *image_events {`.
  
  Happy to undo this if there's consensus the other way.

---------

Co-authored-by: François <mockersf@gmail.com>
2023-08-25 12:34:24 +00:00
..
blit Fix CI for Rust 1.72 (#9562) 2023-08-25 12:34:24 +00:00
bloom Fix CI for Rust 1.72 (#9562) 2023-08-25 12:34:24 +00:00
contrast_adaptive_sharpening Fix CI for Rust 1.72 (#9562) 2023-08-25 12:34:24 +00:00
core_2d Extend the default render range of 2D camera (#9310) 2023-07-31 19:28:20 +00:00
core_3d Use GpuArrayBuffer for MeshUniform (#9254) 2023-07-30 13:17:08 +00:00
fullscreen_vertex_shader Built-in skybox (#8275) 2023-04-02 10:57:12 +00:00
fxaa bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
prepass Use GpuArrayBuffer for MeshUniform (#9254) 2023-07-30 13:17:08 +00:00
skybox improve shader import model (#5703) 2023-06-27 00:29:22 +00:00
taa Fix CI for Rust 1.72 (#9562) 2023-08-25 12:34:24 +00:00
tonemapping bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
upscaling Apply codebase changes in preparation for StandardMaterial transmission (#8704) 2023-05-30 14:21:53 +00:00
clear_color.rs Document ClearColorConfig (#9288) 2023-07-29 22:22:49 +00:00
lib.rs Allow tuples and single plugins in add_plugins, deprecate add_plugin (#8097) 2023-06-21 20:51:03 +00:00
msaa_writeback.rs Fix CI for Rust 1.72 (#9562) 2023-08-25 12:34:24 +00:00