Skip to content

Commit a70e2ce

Browse files
Update glam requirement from 0.15.1 to 0.16.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.15.1...0.16.0) --- updated-dependencies: - dependency-name: glam dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ef1767 commit a70e2ce

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

0 commit comments

Comments
 (0)