Skip to content

Commit fbc8093

Browse files
Update glam requirement from 0.21 to 0.22
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.21.0...0.22.0) --- updated-dependencies: - dependency-name: glam dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 28ff425 commit fbc8093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdnative-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ahash = "0.8"
2323
approx = "0.5"
2424
atomic-take = "1"
2525
bitflags = "1"
26-
glam = "0.21"
26+
glam = "0.22"
2727
indexmap = "1"
2828
libc = "0.2"
2929
once_cell = "1"

0 commit comments

Comments
 (0)