Skip to content

Commit b9d88d5

Browse files
Update glam requirement from 0.14.0 to 0.15.1
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.14.0...0.15.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2090cc commit b9d88d5

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.14.0"
13+
glam = "0.15.1"

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.14.0"
23+
glam = "0.15.1"
2424
indexmap = "1.6.0"
2525
ahash = "0.7.0"
2626
once_cell = "1.7.2"

0 commit comments

Comments
 (0)