bevy/tools/example-showcase/src
François Mockers 27aa9d2b7e
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 21:55:00 +02:00
..
main.rs example showcase: keep the order of the shaders imported (#14035) 2024-06-26 21:55:00 +02:00