mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
8b88887152
# Objective - Enable capturing screenshots of all examples in CI on a GitHub runner ## Solution - Shorten duration of a run - Disable `desktop_app` mode - as there isn't any input in CI, examples using this take way too long to run - Change the default `ClusterConfig` - the runner are not able to do all the clusters with the default settings - Send extra `WindowResized` events - this is needed only for the `split_screen` example, because CI doesn't trigger that event unlike all the other platforms --------- Co-authored-by: Rob Parrett <robparrett@gmail.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
extra-window-resized-events.patch | ||
fixed-window-position.patch | ||
reduce-light-cluster-config.patch | ||
remove-desktop-app-mode.patch |