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 c219871 commit 27c74a9Copy full SHA for 27c74a9
gdnative-core/Cargo.toml
@@ -19,7 +19,7 @@ type_tag_fallback = []
19
[dependencies]
20
gdnative-sys = { path = "../gdnative-sys", version = "0.9.3" }
21
libc = "0.2"
22
-approx = "0.4.0"
+approx = "0.5.0"
23
glam = "0.15.1"
24
indexmap = "1.6.0"
25
ahash = "0.7.0"
test/Cargo.toml
@@ -15,4 +15,4 @@ type_tag_fallback = ["gdnative/type_tag_fallback"]
15
16
gdnative = { path = "../gdnative", features = ["gd_test"] }
17
gdnative-derive = { path = "../gdnative-derive" }
18
-approx = "0.3.2"
0 commit comments