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

chore(deps): update rust crate glam to 0.24.0 #25

Merged
merged 1 commit into from
Apr 29, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 29, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
glam dev-dependencies minor 0.23.0 -> 0.24.0

Release Notes

bitshifter/glam-rs

v0.24.0

Compare Source

Breaking changes
  • Enabling libm in a std build now overrides the std math functions. This
    is unlikely to break anything but it is a change in behaviour.
Added
  • Added i64 and u64 vector types; I64Vec2, I64Vec3, I64Vec4,
    U64Vec2, U64Vec3 and U64Vec4.

  • Added length_squared method on signed and unsigned integer vector types.

  • Added distance_squared method on signed integer vector types.

  • Implemented the bytemuck AnyBitPattern trait on Vec3A, Mat3A and
    Affine3A.

Changed
  • Changed quaternion to_axis_angle for improved numerical stability.
Removed
  • Removed dependency on serde_derive for improved compile times when using
    serde.

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@jcornaz jcornaz merged commit 3471647 into main Apr 29, 2023
2 checks passed
@jcornaz jcornaz deleted the renovate/glam-0.x branch April 29, 2023 08:36
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.

None yet

1 participant