Update changelog with glam requirements

This commit is contained in:
Joel Nises 2023-05-30 09:20:16 +02:00 committed by Eduard-Mihai Burtescu
parent 5903b5af2d
commit 51888c78a7

View File

@ -29,6 +29,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed 🛠
- [PR#1038](https://github.com/EmbarkStudios/rust-gpu/pull/1038) relaxed glam version requirements (>= 0.23, < 0.25).
### Removed 🔥
- [PR#1052](https://github.com/EmbarkStudios/rust-gpu/pull/1052) removed `--no-spirt`,
committing to SPIR-T as a mandatory part of the Rust-GPU compiler backend,