v0.2.0
Breaking change
- change
CollidesandPenetratetraits to takeBorrow<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.