* Bump MSRV to 1.67 * clippy fixes * cargo clippy: inline format args * Add `clippy::uninlined_format_args` to cranky lints * Fix clippy on wasm * More clippy fixes
ctx.input().key_pressed(Key::A) -> ctx.input(|i| i.key_pressed(Key::A))