bevy/crates/bevy_gilrs/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
..
converter.rs Implement gamepads as entities (#12770) 2024-09-27 20:07:20 +00:00
gilrs_system.rs Replace some !Send resources with thread_local! (#17730) 2025-03-04 07:48:02 +00:00
lib.rs Make GILRS and WINIT_WINDOWS public (#19575) 2025-06-12 20:05:00 +00:00
rumble.rs refactor(utils): move SyncCell and SyncUnsafeCell to bevy_platform (#19305) 2025-05-27 04:57:26 +00:00