Skip to content

Commit 87aab62

Browse files
Update glam requirement from 0.22 to 0.23
Updates the requirements on [glam](https://github.com/bitshifter/glam-rs) to permit the latest version. - [Release notes](https://github.com/bitshifter/glam-rs/releases) - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](bitshifter/glam-rs@0.22.0...0.23.0) --- updated-dependencies: - dependency-name: glam dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 751451a commit 87aab62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdnative-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ahash = "0.8"
2525
approx = "0.5"
2626
atomic-take = "1"
2727
bitflags = "1"
28-
glam = "0.22"
28+
glam = "0.23"
2929
indexmap = "1"
3030
inventory = { version = "0.3", optional = true }
3131
libc = "0.2"

0 commit comments

Comments
 (0)