Skip to content

chore(deps): bump glam from 0.33.6 to 0.33.7 - #560

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/cargo/develop/glam-0.33.7
Open

chore(deps): bump glam from 0.33.6 to 0.33.7#560
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/cargo/develop/glam-0.33.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

Bumps glam from 0.33.6 to 0.33.7.

Changelog

Sourced from glam's changelog.

0.33.7 - 2026-09-07

Fixed

  • Vec3A and Vec4 round half-way cases away from zero in the SIMD back-ends (#831)

Performance

  • Add NEON sin implementation used in Quat and Vec3A slerp. (#834)
  • Further optimisations to to_scale_rotation_translation (#829)
  • Specialize affine determinant in Mat4::to_scale_rotation_translation decomposition (#827)
  • Avoid acos in quaternion is_near_identity (#824)
  • Use SSE2 sin implementation in Vec3A::slerp (#819)
Commits
  • 185b350 Prepare 0.33.7 release (#820)
  • f7e7823 perf: add neon float32x4_t sin implementation. (#834)
  • 40535a3 fix(vec): round half-way cases away from zero in the SIMD backends (#831)
  • 6e42129 ci: save benchmark assembly on baseline updates (#832)
  • 25a68ed perf: further optimisations to to_scale_rotation_translation (#829)
  • f2cf93d perf(mat4): specialize affine determinant in SRT decomposition (#827)
  • 46b09ff ci: Run bench-update when PR merged if labeled. (#825)
  • 4c2f89a ci: cap wasm-bindgen-test below 0.3.78 for MSRV compatibility (#826)
  • b26b557 perf(quat): avoid acos in is_near_identity (#824)
  • 2fc1631 test: Add Affine2 and more MatN benches (#822)
  • 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.33.6 to 0.33.7.
- [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md)
- [Commits](bitshifter/glam-rs@0.33.6...0.33.7)

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

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 Sep 10, 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