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 0d4beec commit c85a53cCopy full SHA for c85a53c
examples/scene_create/Cargo.toml
@@ -10,4 +10,4 @@ crate-type = ["cdylib"]
10
11
[dependencies]
12
gdnative = { path = "../../gdnative" }
13
-glam = "0.13.0"
+glam = "0.14.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"
22
approx = "0.4.0"
23
24
indexmap = "1.6.0"
25
ahash = "0.7.0"
26
0 commit comments