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 a2090cc commit b9d88d5Copy full SHA for b9d88d5
examples/scene_create/Cargo.toml
@@ -10,4 +10,4 @@ crate-type = ["cdylib"]
10
11
[dependencies]
12
gdnative = { path = "../../gdnative" }
13
-glam = "0.14.0"
+glam = "0.15.1"
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
once_cell = "1.7.2"
0 commit comments