Skip to content

Commit 52daf5b

Browse files
Update glam requirement from 0.18.0 to 0.19.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/main/CHANGELOG.md) - [Commits](bitshifter/glam-rs@0.18.0...0.19.0) --- updated-dependencies: - dependency-name: glam dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b199535 commit 52daf5b

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.18.0"
13+
glam = "0.19.0"

gdnative-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ahash = "=0.7.4" # TODO use flexible version as soon as https://github.com/tkait
2323
approx = "0.5.0"
2424
atomic-take = "1.0.0"
2525
bitflags = { version = "1.2.1", optional = true }
26-
glam = "0.18.0"
26+
glam = "0.19.0"
2727
indexmap = "1.7.0"
2828
libc = "0.2.98"
2929
once_cell = "1.8.0"

0 commit comments

Comments
 (0)