Skip to content

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

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/cargo/glam-0.33.7
Sep 14, 2026
Merged

github-actions[bot] merged 1 commit into
masterfrom
dependabot/cargo/glam-0.33.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 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 14, 2026
@dependabot
dependabot Bot requested a review from elasticjava as a code owner September 14, 2026 18:16
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 14, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) September 14, 2026 18:16
@github-actions
github-actions Bot merged commit 6fd62c3 into master Sep 14, 2026
7 checks passed
@dependabot
dependabot Bot deleted the dependabot/cargo/glam-0.33.7 branch September 14, 2026 18:18
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