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 b199535 commit 52daf5bCopy full SHA for 52daf5b
examples/scene_create/Cargo.toml
@@ -10,4 +10,4 @@ crate-type = ["cdylib"]
10
11
[dependencies]
12
gdnative = { path = "../../gdnative" }
13
-glam = "0.18.0"
+glam = "0.19.0"
gdnative-core/Cargo.toml
@@ -23,7 +23,7 @@ ahash = "=0.7.4" # TODO use flexible version as soon as https://github.com/tkait
23
approx = "0.5.0"
24
atomic-take = "1.0.0"
25
bitflags = { version = "1.2.1", optional = true }
26
27
indexmap = "1.7.0"
28
libc = "0.2.98"
29
once_cell = "1.8.0"
0 commit comments