Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 2026

Bumps glam from 0.30.10 to 0.31.0.

Changelog

Sourced from glam's changelog.

[0.31.0] - 2026-01-21

Breaking changes

  • The signature of Quat::from_affine3(&Affine3A) was changed to Quat::from_affine3(&Affine3) with the addition of the Affine3 type.

  • Removed deprecated Vec2 and DVec2 angle_between methods.

  • Consistently use &self for matrix and affine type methods and self for vector, quat and mask types.

Added

  • Added Affine3 type.

  • Added diagonal method to matrix types which returns a vector containing the diagonal of the matrix.

  • Added mul_diagonal_scale methods to matrix types which multiply the matrix by a scale vector without needing to mulitply by a scale matrix.

  • Added mul_transpose_vecn methods to matrix types which multiply the vector by the transpose of the matrix without needing to transpose it first. They can be slightly more efficient for SIMD backed types.

  • Added try_inverse method to matrix types which returns an option containing the inverted matrix or None if the matrix was not invertible.

  • Added inverse_or_zero method to matrix types which returns the inverted matrix or a zero matrix if the matrix was not invertible.

  • Added step and saturate methods to the FloatExt trait.

  • Added step, saturate, sqrt, sin, cos and sin_cos methods to float vector types.

  • Added from_rotation_axes method to quaternion types. This method was previously internal only.

Commits
  • ecd1576 Prepare 0.31.0 release. (#710)
  • 4f431cf Updated CHANGELOG and add test that was missed.
  • 5dee9af Make quaternion from_rotation_axes pub. (#708)
  • 4d8f4fa Add try_inverse and inverse_or_zero matrix methods. (#707)
  • c22793d Add diagonal method to matrix types. (#706)
  • e87a31d Update iai-callgrind 0.16 to gungraun 0.17.
  • 02444a5 Use self for vector and quat methods and &self for matrix and affine. (#704)
  • 6065e5d Important README update.
  • db8f5cf Remove deprecated methods. (#649)
  • 15ae306 Add mul_transpose_vecn method to matrix types (#703)
  • 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.30.10 to 0.31.0.
- [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md)
- [Commits](bitshifter/glam-rs@0.30.10...0.31.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 25, 2026
@paleolimbot paleolimbot merged commit d7b31fb into main Jan 26, 2026
15 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/glam-0.31.0 branch January 26, 2026 23:10
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant