mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2025-02-16 08:54:56 +00:00
Apply suggestions from code review
This commit is contained in:
parent
51888c78a7
commit
a686676e44
@ -30,7 +30,7 @@ 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).
|
||||
- [PR#1038](https://github.com/EmbarkStudios/rust-gpu/pull/1038) relaxed `glam` version requirements (from only `0.22`, to `>=0.22, <=0.24`)
|
||||
|
||||
### Removed 🔥
|
||||
- [PR#1052](https://github.com/EmbarkStudios/rust-gpu/pull/1052) removed `--no-spirt`,
|
||||
|
@ -12,7 +12,7 @@ spirv-std-types.workspace = true
|
||||
spirv-std-macros.workspace = true
|
||||
bitflags = "1.2.1"
|
||||
num-traits = { version = "0.2.15", default-features = false, features = ["libm"] }
|
||||
glam = { version = ">=0.22, <0.25", default-features = false, features = ["libm"] }
|
||||
glam = { version = ">=0.22, <=0.24", default-features = false, features = ["libm"] }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
Loading…
Reference in New Issue
Block a user