bevy/benches
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
..
benches Move schedule name into Schedule (#9600) 2023-08-28 20:44:48 +00:00
Cargo.toml Fix erronenous glam version (#9653) 2023-08-31 12:55:17 +00:00