Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to bevy 0.15 #7

Merged
merged 12 commits into from
Dec 3, 2024
Merged

Update to bevy 0.15 #7

merged 12 commits into from
Dec 3, 2024

Conversation

salam99823
Copy link
Collaborator

Added

  • Display, Debug, Clone traits for BinImage.
  • Clone, Into<Vec<Vec<UVec2>> for Edges.
  • translate_objects method to Edges.
  • 1 linear functions are marked with the macro inline.

Changed

  • refactored Debug trait for Edges.
  • function multi_image_edges_raw renamed to multi_image_edge_raw.
  • width of stroke in examples from 1 to scale factor.
  • type of raw output of functions.

Removed

  • translate flag for image_edges function.

@shnewto
Copy link
Owner

shnewto commented Dec 3, 2024

@salam99823 thanks for this! It looks like it will introduce breaking changes so we'll want release notes (we still need release notes for the last release of bevy_collider_gen too 😅). Any chance you'd be willing to write up the doc for the release that describes what needs to be updated in a codebase that is updating their edges depencency?

@shnewto shnewto merged commit 5a8148d into shnewto:main Dec 3, 2024
8 checks passed
@shnewto
Copy link
Owner

shnewto commented Dec 3, 2024

@salam99823 I added you as a collaborator to this repo, that may allow you to draft / create the release notes directly if you're willing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants