Skip to content

Bump glam from 0.30.10 to 0.33.1#17

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

Bump glam from 0.30.10 to 0.33.1#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/glam-0.33.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

Bumps glam from 0.30.10 to 0.33.1.

Changelog

Sourced from glam's changelog.

[0.33.1] - 2026-06-06

Changed

  • Changed vector map method constraint from Fn to FnMut, allowing closures that mutate their captured state.

  • Clarified documentation for any_orthogonal_pair method to specify it produces a right-handed basis.

[0.33.0] - 2026-05-21

Breaking changes

  • All types apart from f32 and bool types are now optional but enabled by default. Unused types can be disabled to improve compile times.

  • Added #[must_use] attribute to as_dmat2, as_dmat3 and as_dmat4 vector methods.

[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

... (truncated)

Commits
  • f5c24dc Prepare 0.33.1 release (#739)
  • 3a6de90 codegen
  • d9eafe8 Document that any_orthogonal_pair produces a right-handed basis.
  • 91b56f0 Merge branch 'main' of github.com:bitshifter/glam-rs
  • 2ee3c15 Updated codegen for updated git2 dependency.
  • 62f78e8 Update gungraun requirement from 0.17 to 0.19 (#738)
  • db8b3d6 Add rust-cache to actions and other workflow improvements. (#737)
  • 6ee89dc Missed some
  • 6622388 Use actions/checkout@v6 everywhere.
  • dd104cb Bump codegen submodule for clippy warning fixes.
  • 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 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.33.1.
- [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md)
- [Commits](bitshifter/glam-rs@0.30.10...0.33.1)

---
updated-dependencies:
- dependency-name: glam
  dependency-version: 0.33.1
  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 Jun 19, 2026
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