Skip to content

chore(deps): bump glam from 0.30.10 to 0.32.1#7

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/glam-0.32.1
Open

chore(deps): bump glam from 0.30.10 to 0.32.1#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/glam-0.32.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 9, 2026

Bumps glam from 0.30.10 to 0.32.1.

Changelog

Sourced from glam's changelog.

[0.32.1] - 2026-03-06

Fixed

  • Fixed the implementation of dividing a scalar value by a matrix. This was actually dividing the matrix by the scalar value, with this fix 1.0/m == m.recip() is now true.

Added

  • Added matrix recip() method which returns a new matrix containing the reciprocal of each element of the source matrix.

[0.32.0] - 2026-02-11

Breaking changes

  • Updated the optional rand dependency to 0.10.

[0.31.1] - 2026-02-10

Added

  • Added isize vector types ISizeVec2, ISizeVec3 and ISizeVec4.

  • Added wasm64-unknown-unknown support. The wasm64-unknown-unknown target uses the same simd128 instructions as wasm32. Note that wasm64-unknown-unknown requires a nightly toolchain.

Changed

  • The USES_WASM32_SIMD constant on vector types has been renamed to USES_WASM_SIMD, USES_WASM32_SIMD has been deprecated.

[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.

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 9, 2026
Bumps [glam](https://github.com/bitshifter/glam-rs) from 0.30.10 to 0.32.1.
- [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md)
- [Commits](bitshifter/glam-rs@0.30.10...0.32.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/glam-0.32.1 branch from 23ff38a to a24c9a1 Compare April 29, 2026 17:16
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.

0 participants