bevy/tools/example-showcase
François Mockers 97dcb279fb
CI tests can exit directly after taking a screenshot (#19806)
# Objective

- Currently, CI tests take a screenshot at frame X and exits at frame Y
with X < Y, and both number fixed
- This means tests can take longer than they actually need when taking
the screenshot is fast, and can fail to take the screenshot when it's
taking too long

## Solution

- Add a new event `ScreenshotAndExit` that exit directly after the
screenshot is saved
2025-06-24 22:44:30 +00:00
..
src CI tests can exit directly after taking a screenshot (#19806) 2025-06-24 22:44:30 +00:00
asset-source-website.patch
Cargo.toml Bump ron version to 0.10. (#19631) 2025-06-13 19:54:31 +00:00
disable-audio.patch Remove tracing re-export from bevy_utils (#17161) 2025-01-05 23:06:34 +00:00
extra-window-resized-events.patch update CI patch for EventWriter::send deprecation (#18044) 2025-02-26 20:36:15 +00:00
fixed-window-position.patch Split CursorOptions off of Window (#19668) 2025-06-17 20:20:13 +00:00
reduce-light-cluster-config.patch
remove-desktop-app-mode.patch
window-settings-wasm.patch Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00