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 122169f commit 80f3422Copy full SHA for 80f3422
Cargo.toml
@@ -33,16 +33,15 @@ name = "collision"
33
34
[dependencies]
35
rand = "0.6"
36
-approx = "0.3" # Only for the macros; for all other instances use the re-exported cgmath ones.
37
-cgmath = "0.17"
+approx = "0.4" # Only for the macros; for all other instances use the re-exported cgmath ones.
+cgmath = "0.18"
38
serde = { version = "1.0", optional = true, features = ["derive"] }
39
bit-set = "0.5"
40
smallvec = "0.6.1"
41
42
[target.'cfg(feature="serde")'.dependencies]
43
-cgmath = { version = "0.17", features = ["serde"] }
+cgmath = { version = "0.18", features = ["serde"] }
44
num = { version = "0.2", features = ["serde"] }
45
46
[dev-dependencies]
47
genmesh = "0.5"
48
-
0 commit comments