bevy/tools/example-showcase/src
AndrewDanial 472a6e8283
Shader code paths (#13908)
# Objective

Add extra metadata for the shader examples that contains the location of
their associated shader file(s). This is to be used for the bevy website
shader examples so that the shader code is underneath the rust code.

## Solution

Parse the example rust files for mentions of `.wgsl`, `.frag`, and
`.vert`, then append the found paths to a field called
`shader_code_paths` in the generated `index.md`s for each shader
example.
2024-06-19 18:54:28 +02:00
..
main.rs Shader code paths (#13908) 2024-06-19 18:54:28 +02:00