bevy/crates/bevy_render
robtfm 9ad546ecec
fix module name for AssetPath shaders (#9186)
# Objective

AssetPath shader imports check if the shader is added using the path
without quotes. this causes them to be re-added even if already present,
which can cause previous dependents to get unloaded leading to a
"missing import" error.

## Solution

fix the module name of AssetPath shaders used for checking if it's
already added to correctly use the quoted name.
2023-07-17 21:00:17 +00:00
..
macros Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00
src fix module name for AssetPath shaders (#9186) 2023-07-17 21:00:17 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00