Skip to content

Commit

Permalink
Allow glam version 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Jan 13, 2024
1 parent d0e3749 commit 4c4175f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [PR#1100](https://github.com/EmbarkStudios/rust-gpu/pull/1100) updated toolchain to `nightly-2023-09-30`
- [PR#1091](https://github.com/EmbarkStudios/rust-gpu/pull/1091) updated toolchain to `nightly-2023-08-29`
- [PR#1085](https://github.com/EmbarkStudios/rust-gpu/pull/1085) updated toolchain to `nightly-2023-07-08`
- [PR#TODO](https://github.com/EmbarkStudios/rust-gpu/pull/TODO) relaxed `glam` version requirements (from `>=0.22, <=0.24` to `>=0.22, <=0.25`)

## [0.9.0]

Expand Down
2 changes: 1 addition & 1 deletion crates/spirv-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.24", default-features = false, features = ["libm"] }
glam = { version = ">=0.22, <=0.25", default-features = false, features = ["libm"] }

[features]
default = []

0 comments on commit 4c4175f

Please sign in to comment.