bevy/crates/bevy_winit/src
Joshua Holmes 8010185275
Make GILRS and WINIT_WINDOWS public (#19575)
After removing `!Send` resources, `GILRS` and `WINIT_WINDOWS` were not
made public, which is a breaking change. This was brought up in a
[comment on that
PR](https://github.com/bevyengine/bevy/pull/18386#issuecomment-2954209010).
This PR makes them public.

Fixes #19540.
2025-06-12 20:05:00 +00:00
..
accessibility.rs Remove remaining internal use of !Send resources (#18386) 2025-05-06 22:23:59 +00:00
converters.rs Expose deferred screen edges setting for ios devices (#18729) 2025-04-30 21:24:53 +00:00
cursor.rs Rename Trigger to On (#19596) 2025-06-12 18:22:33 +00:00
custom_cursor.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
lib.rs Make GILRS and WINIT_WINDOWS public (#19575) 2025-06-12 20:05:00 +00:00
state.rs Add WakeUp event to App (#19212) 2025-05-26 19:26:26 +00:00
system.rs Component lifecycle reorganization and documentation (#19543) 2025-06-10 00:59:16 +00:00
winit_config.rs Upgrade to Rust Edition 2024 (#17967) 2025-02-24 03:54:47 +00:00
winit_monitors.rs Move Resource trait to its own file (#17469) 2025-01-21 19:47:08 +00:00
winit_windows.rs Allow unfocused window creation (#19237) 2025-05-26 20:05:33 +00:00