bevy/tools
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
..
build-templated-pages Remove version field for non-publish crates and update descriptions (#13100) 2024-04-26 11:55:03 +00:00
build-wasm-example new format for ci config file (#13154) 2024-05-02 22:51:47 +00:00
ci Move compile fail tests (#13196) 2024-05-03 13:35:21 +00:00
compile_fail_utils Update compile test to use ui_test 0.23 (#13245) 2024-05-05 22:17:56 +00:00
example-showcase example showcase: keep the order of the shaders imported (#14035) 2024-06-26 21:55:00 +02:00
publish.sh Separate state crate (#13216) 2024-05-09 18:06:05 +00:00