bevy/crates/bevy_math
Nicola Papale ee3cc8ca86
Fix erronenous glam version (#9653)
# Objective

- Fix compilation issue with wrongly specified glam version
- bevy uses `Vec2::INFINITY`, depends on `0.24` (equivalent to `0.24.0`)
yet it was only introduced in version `0.24.1`

Context:
https://discord.com/channels/691052431525675048/692572690833473578/1146586570787397794

## Solution

- Bump glam version.
2023-08-31 12:55:17 +00:00
..
src Change Urect::width & Urect::height to be const (#9640) 2023-08-30 17:31:30 +00:00
Cargo.toml Fix erronenous glam version (#9653) 2023-08-31 12:55:17 +00:00