Skip to content

Commit 80f3422

Browse files
nstoddardkvark
authored andcommitted
Update to cgmath 0.18
1 parent 122169f commit 80f3422

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,15 @@ name = "collision"
3333

3434
[dependencies]
3535
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"
36+
approx = "0.4" # Only for the macros; for all other instances use the re-exported cgmath ones.
37+
cgmath = "0.18"
3838
serde = { version = "1.0", optional = true, features = ["derive"] }
3939
bit-set = "0.5"
4040
smallvec = "0.6.1"
4141

4242
[target.'cfg(feature="serde")'.dependencies]
43-
cgmath = { version = "0.17", features = ["serde"] }
43+
cgmath = { version = "0.18", features = ["serde"] }
4444
num = { version = "0.2", features = ["serde"] }
4545

4646
[dev-dependencies]
4747
genmesh = "0.5"
48-

0 commit comments

Comments
 (0)