bevy/crates/bevy_pbr/src
Rob Parrett 461497fa2d Fix a few uninlined_format_args lints (#7368)
# Objective

Prevent things from breaking tomorrow when rust 1.67 is released.

## Solution

Fix a few `uninlined_format_args` lints in recently introduced code.
2023-01-26 17:34:52 +00:00
..
prepass Move prepass functions to prepass_utils (#7354) 2023-01-24 20:36:40 +00:00
render Cascaded shadow maps. (#7064) 2023-01-25 12:35:39 +00:00
alpha.rs Standard Material Blend Modes (#6644) 2023-01-21 21:46:53 +00:00
bundle.rs Cascaded shadow maps. (#7064) 2023-01-25 12:35:39 +00:00
lib.rs Cascaded shadow maps. (#7064) 2023-01-25 12:35:39 +00:00
light.rs Fix a few uninlined_format_args lints (#7368) 2023-01-26 17:34:52 +00:00
material.rs Standard Material Blend Modes (#6644) 2023-01-21 21:46:53 +00:00
pbr_material.rs Standard Material Blend Modes (#6644) 2023-01-21 21:46:53 +00:00
wireframe.rs Changed Msaa to Enum (#7292) 2023-01-20 14:25:21 +00:00