bevy/tools
BD103 6038d1599e
Regenerate light cluster patch file (#13655)
# Objective

- CI on main has been failing since #13640 was merged.
- Here's the [offending
run](https://github.com/bevyengine/bevy/actions/runs/9352635857/job/25741242787).
- One of the patch files is out of date, so it failed in the validation
check.

## Solution

- Regenerate the patch file. (The location has been moved to
`cluster/mod.rs`.)

## Testing

- Run `git apply
tools/example-showcase/reduce-light-cluster-config.patch`
- It should change `bevy_pbr/src/cluster/mod.rs` on line 239, decreasing
`total` and `z_slices`.
- CI's validation checks should also verify that this works, though only
after it gets merged.
2024-06-03 18:19:32 +00: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 Regenerate light cluster patch file (#13655) 2024-06-03 18:19:32 +00:00
publish.sh Separate state crate (#13216) 2024-05-09 18:06:05 +00:00