All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Bump rust MSRV to 1.68.2
- Update 'sealed' to version
0.6.0
- Releax minimum version of dependencies:
bvh-arena
:^1.1
(instead of^1.1.3
)smallvec
:^1.9
(instead of^1.13.2
)libm
:^0.2
(instead of^0.2.8
)
2.0.3 - 2024-09-02
- Update glam to
0.29
2.0.2 - 2024-06-12
- Change
Shape
trait methods to returnimpl Iterator
- Rename feature
glam-0-24
tounstable-glam-0-24
- Update glam to 0.28
- Bump rust MSRV to 1.68
2.0.1 - 2023-11-01
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
2.0.0 - 2023-08-03
- 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
- Fix panic of contact generation that could occur if a circle was tested against its rotated version
- Update glam to 0.23
- List feature flags in API documentation