impacted 2.0.0

2d collision test for arbitrary convex shapes
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## [Unreleased]


## [2.0.0] - 2023-08-03

### 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.23


### Documentation

* List feature flags in API documentation


## [1.5.3] - 2023-01-01


### Documentation

* lower minimum supported rust version (msrv) to 1.60 ([259b7a5]https://github.com/jcornaz/impacted/commit/259b7a57ee36a602d12eb86e083d2a2df6897649)
* **readme:** fix build badge ([1f91bf8]https://github.com/jcornaz/impacted/commit/1f91bf88ee4a57eddc4a1ed4b47fc5ffea04e85d)


[Unreleased]: https://github.com/jcornaz/beancount_parser_2/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/jcornaz/beancount_parser_2/compare/v1.5.3...v2.0.0
[1.5.4]: https://github.com/jcornaz/impacted/compare/v1.5.3...v1.5.4