bevy/tools/example-showcase/src
François Mockers f757fe80b2
example showcase: keep the order of the shaders imported (#14035)
# Objective

- After #13908, shaders imported are collected
- this is done with a hashset, so order is random between executions

## Solution

- Don't use a hashset, and keep the order they were found in the example
2024-06-26 12:49:07 +00:00
..
main.rs example showcase: keep the order of the shaders imported (#14035) 2024-06-26 12:49:07 +00:00