File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11## Change Log
22
3+ ### v0.20
4+ - No actual API change, but updated to Rust2018 and synced with cgmath 0.17
5+ - Uses latest versions of rand and approx for compatibility with other libraries
6+
7+ ### v0.19
8+ - Updated version of num library to 0.2
9+ - Minor refactoring of code based on clippy comments (no change to api)
10+ - Updated documentation for Variance type in SweepAndPrune.
11+ -
12+
313### v0.18
414 - Update GJK intersection tests to use ` smallvec ` for the ` Simplex ` , since it will never grow larger than 4 entries.
515 Small breaking change in the signature for the ` GJK::intersect ` function.
Original file line number Diff line number Diff line change 11[package ]
22
33name = " collision"
4- version = " 0.20.0 "
4+ version = " 0.20.1 "
55authors = [
" Brendan Zabarauskas <[email protected] >" ,
66 " Brian Heylin" ,
77 " Colin Sherratt" ,
You can’t perform that action at this time.
0 commit comments