bevy/crates/bevy_winit/src
François Mockers 764be9199c
bevy_winit: fix compile and clippy on wasm (#19869)
# Objective

- bevy_winit has a warning when compiling without default feature on
linux
- bevy_winit has a clippy warning when compiling in wasm

## Solution

- Fix them

## Testing

```
cargo build -p bevy_winit --no-default-features --features winit/x11
cargo clippy --target wasm32-unknown-unknown -p bevy_winit --no-deps -- -D warnings
```
2025-06-29 21:30:28 +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 Event Split: Event, EntityEvent, and BufferedEvent (#19647) 2025-06-15 16:46:34 +00:00
custom_cursor.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
lib.rs Split CursorOptions off of Window (#19668) 2025-06-17 20:20:13 +00:00
state.rs Split CursorOptions off of Window (#19668) 2025-06-17 20:20:13 +00:00
system.rs Upgrade to Rust 1.88 (#19825) 2025-06-26 19:38:19 +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 bevy_winit: fix compile and clippy on wasm (#19869) 2025-06-29 21:30:28 +00:00