bevy/crates/bevy_winit/src
BD103 b3d3daad5a
Fix Clippy lints on WASM (#13030)
# Objective

- Fixes #13024.

## Solution

- Run `cargo clippy --target wasm32-unknown-unknown` until there are no
more errors.
  - I recommend reviewing one commit at a time :)

---

## Changelog

- Fixed Clippy lints for `wasm32-unknown-unknown` target.
- Updated `bevy_transform`'s `README.md`.
2024-04-20 09:15:42 +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 Refactor App and SubApp internals for better separation (#9202) 2024-03-31 03:16:10 +00:00
system.rs Fix Clippy lints on WASM (#13030) 2024-04-20 09:15:42 +00:00
winit_config.rs Fix beta CI (#12913) 2024-04-09 17:33:59 +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