Releases: jcornaz/impacted
Releases · jcornaz/impacted
v2.0.3
v2.0.2
Breaking changes to unstable-v3
- Change
Shape
trait methods to returnimpl Iterator
- Rename feature
glam-0-24
tounstable-glam-0-24
Dependencies
- Update glam to 0.28
- Bump rust MSRV to 1.68
v2.0.1
Added
unstable-v3
feature flag and relatedv3
module: an exploration of how could look like the next major versionunstable-v3-aabb
Axis-Aligned-Bounding-Box shape for the v3 module
v2.0.0
Breaking changes
- Removed all bevy interoperability features.
Note that this crate, despite being now engine agnostic, is still usable from bevy, and an example of usage from bevy is still provided. - Removed deprecated and unused
Error
type
Bug fixes
- Fix panic of contact generation that could occur if a circle was tested against its rotated version
Dependencies
- Update glam to 0.24
Documentation
- List feature flags in API documentation