bevy/crates/bevy_input/src
CGMossa 33f9b3940d Updated glam to 0.21. (#5142)
Removed `const_vec2`/`const_vec3`
and replaced with equivalent `.from_array`.

# Objective

Fixes #5112 

## Solution

- `encase` needs to update to `glam` as well. See teoxoy/encase#4 on progress on that. 
- `hexasphere` also needs to be updated, see OptimisticPeach/hexasphere#12.
2022-07-03 19:55:33 +00:00
..
axis.rs Change gamepad.rs tuples to normal structs (#4519) 2022-05-02 13:20:55 +00:00
gamepad.rs Change gamepad.rs tuples to normal structs (#4519) 2022-05-02 13:20:55 +00:00
input.rs Add Input::reset_all (#5015) 2022-06-20 18:31:46 +00:00
keyboard.rs Update keyboard.rs docs in bevy_input (#4517) 2022-05-17 04:16:54 +00:00
lib.rs Allow closing windows at runtime (#3575) 2022-05-05 13:35:43 +00:00
mouse.rs Update MouseMotion and CursorMoved docs (#5090) 2022-06-26 13:40:43 +00:00
touch.rs Updated glam to 0.21. (#5142) 2022-07-03 19:55:33 +00:00