2024-04-29 04:21:53 +00:00
|
|
|
# 3D Collision Helpers
|
|
|
|
|
|
|
|
Things to note:
|
|
|
|
|
|
|
|
- `main` is the stable branch. Expect things to not break unless the major
|
|
|
|
version number has changed.
|
|
|
|
- `dev` is the unstable branch. Expect force pushes and rebases on this branch.
|
|
|
|
- Changes to be merged into `main` from `dev` will be done with an explicit
|
|
|
|
merge.
|
2024-05-01 05:09:13 +00:00
|
|
|
|
|
|
|
Check the [Change-log](https://git.seodisparate.com/stephenseo/3d_collision_helpers/src/branch/main/Changelog.md)
|
|
|
|
for changes per version.
|