Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps glam from 0.29.2 to 0.30.0.

Changelog

Sourced from glam's changelog.

[0.30.0] - 2025-02-18

Breaking changes

  • The up and dir vectors passed to affine and matrix look_to_lh and look_to_rh methods must now be normalized. This was changed to be consistent with other methods.

  • Updated the optional rand dependency to 0.9

  • Updated the optional rkyv dependency to 0.8

Added

  • Implemented rand Uniform distribution trait for all vector types.

  • Added "swizzle assignment" support to vector swizzles, in the form of v.with_zx(ivec2(1, 2)) which will return a copy of v where the z and x components are set to 1 and 2 respectively.

  • Added Mat3 and Quat look_at_lh and look_at_rh methods.

  • Added Quat look_to_lh and look_to_rh methods.

  • Added 3D vector slerp method that performs a spherical linear interpolation between a source and a target 3D vector.

  • Added manhattan_distance, checked_manhattan_distance and chebyshev_distance methods to integer vector types which calculates the Manhattan Distance and the Chebyshev Distance between two vectors.

  • Added 4x4 matrix from_mat3_translation method to have parity with the 3D affine type.

Fixed

  • Quat::rotate_towards() now returns the target Quat if the angle is small. Previously self was returned which could skip the rotation entirely.
Commits
  • 4886c55 Prepare for 0.30.0 release. (#608)
  • 4432aad Added from_mat3_translation to 4x4 matrix types. (#609)
  • e3c4e33 Updated CHANGELOG.
  • a89317e Fix out of date docs.
  • b21c028 Remove bytecheck conditional testing in rkyv (#606)
  • 6091929 Add checked_* elementwise arithmetic operations for {I,U}Vec{2,3,4} (#596)
  • a71f13d Actually enable the rkyv feature in tests.
  • 8a77f8e Update rkyv to latest 0.8 release (#605)
  • 7920141 Update rand to latest v0.9 version (#604)
  • 800f2b9 Update feature_request.md
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [glam](https://github.com/bitshifter/glam-rs) from 0.29.2 to 0.30.0.
- [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md)
- [Commits](bitshifter/glam-rs@0.29.2...0.30.0)

---
updated-dependencies:
- dependency-name: glam
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant