Skip to content

Commit c85a53c

Browse files
Update glam requirement from 0.13.0 to 0.14.0
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/master/CHANGELOG.md) - [Commits](bitshifter/glam-rs@0.13.0...0.14.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0d4beec commit c85a53c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/scene_create/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
gdnative = { path = "../../gdnative" }
13-
glam = "0.13.0"
13+
glam = "0.14.0"

gdnative-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type_tag_fallback = []
2020
gdnative-sys = { path = "../gdnative-sys", version = "0.9.3" }
2121
libc = "0.2"
2222
approx = "0.4.0"
23-
glam = "0.13.0"
23+
glam = "0.14.0"
2424
indexmap = "1.6.0"
2525
ahash = "0.7.0"
2626

0 commit comments

Comments
 (0)