We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffe859 commit 137210aCopy full SHA for 137210a
examples/scene_create/Cargo.toml
@@ -10,4 +10,4 @@ crate-type = ["cdylib"]
10
11
[dependencies]
12
gdnative = { path = "../../gdnative" }
13
-glam = "0.17.3"
+glam = "0.18.0"
gdnative-core/Cargo.toml
@@ -20,7 +20,7 @@ type_tag_fallback = []
20
gdnative-sys = { path = "../gdnative-sys", version = "0.9.3" }
21
libc = "0.2.98"
22
approx = "0.5.0"
23
24
indexmap = "1.7.0"
25
ahash = "0.7.4"
26
once_cell = "1.8.0"
0 commit comments