bevy/crates/bevy_winit/src
Brezak 30b0931c8a
Simplify runner app exit code. (#13074)
# Objective

Both the shedule and winit runners use/reimplement `app_exit_manual`
even tough they can use `app_exit`

## Solution

Nuke `app_exit_manual` from orbit.
2024-04-23 20:42:00 +00:00
..
accessibility.rs Move accessibility setup to accessibility module (#12784) 2024-03-29 16:02:25 +00:00
converters.rs Add logical key data to KeyboardInput (#11400) 2024-01-22 15:25:17 +00:00
lib.rs Simplify runner app exit code. (#13074) 2024-04-23 20:42:00 +00:00
system.rs Fix Clippy lints on WASM (#13030) 2024-04-20 09:15:42 +00:00
winit_config.rs Remove unecessary lint #[allow(...)] (#12983) 2024-04-22 16:45:29 +00:00
winit_event.rs Refactor App and SubApp internals for better separation (#9202) 2024-03-31 03:16:10 +00:00
winit_windows.rs Fix Clippy lints on WASM (#13030) 2024-04-20 09:15:42 +00:00