Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Dec 11:15
· 6 commits to main since this release

Breaking change

  • change Collides and Penetrate traits to take Borrow<S> instead of &S

Now users can decide whether to pass shapes by reference
or with ownership, which gives more flexibility and notably makes possible to use iterators
that build shapes on the fly.