bevy/crates/bevy_render
robtfm 8dfe5aef3e 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-08-09 18:01:46 -07:00
..
macros Release 0.11.0 (#9080) 2023-07-09 08:43:47 +00:00
src fix module name for AssetPath shaders (#9186) 2023-08-09 18:01:46 -07:00
Cargo.toml Release 0.11.0 (#9080) 2023-07-09 08:43:47 +00:00