Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Updates the requirements on glam to permit the latest version.

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.

[0.30.10] - 2026-01-07

Added

  • Added float vector exp2, ln and log2 methods.

  • Added convenience methods for working with homogeneous coordinates, including 3D vector from_homogeneous and to_homogeneous and 4D vector project.

Fixed

... (truncated)

Commits

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)

Updates the requirements on [glam](https://github.com/bitshifter/glam-rs) to permit the latest version.
- [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bitshifter/glam-rs/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the C-Dependencies A change to the crates that Bevy depends on label Jan 23, 2026
@mockersf mockersf added the S-Adopt-Me The original PR author has no intent to complete this work. Pick me up! label Jan 23, 2026
@hukasu hukasu mentioned this pull request Jan 24, 2026
github-merge-queue bot pushed a commit that referenced this pull request Jan 25, 2026
# Objective

Adopt and closes #22665

## Solution

Delete bevy's `Affine3`, create an extension trait for methods create
for old bevy's `Affine3` to be used by glam's `Affine3`, and register
glam's `Affine3` for reflection

## Testing

`cargo run -p ci`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 25, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/glam-0.31.0 branch January 25, 2026 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-Dependencies A change to the crates that Bevy depends on S-Adopt-Me The original PR author has no intent to complete this work. Pick me up!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants