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 0ef1767 commit a70e2ceCopy full SHA for a70e2ce
examples/scene_create/Cargo.toml
@@ -10,4 +10,4 @@ crate-type = ["cdylib"]
10
11
[dependencies]
12
gdnative = { path = "../../gdnative" }
13
-glam = "0.15.1"
+glam = "0.16.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.5.0"
23
24
indexmap = "1.6.0"
25
ahash = "0.7.0"
26
once_cell = "1.7.2"
0 commit comments