Skip to content

Bump glam from 0.30.10 to 0.33.6 - #12

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps glam from 0.30.10 to 0.33.6.

Changelog

Sourced from glam's changelog.

0.33.6 - 2026-08-28

Added

  • Add float_eq support behind an optional feature (#795)
  • Add smoothstep methods to float scalar and float vector types (#797)
  • Add float scalar move_towards methods (#796)
  • Add explicit padding to scalar Vec3A for bytemuck Pod/Zeroable and zerocopy IntoBytes (#786)

Fixed

  • Make the core-simd back-end compile without std (#789)

0.33.5 - 2026-08-19

Fixed

  • Fix remaining 32-bit layout tests and add i686 CI coverage (#784)
  • Fix 32-bit I64Vec3 and U64Vec3 alignment tests (#781)

0.33.4 - 2026-08-18

Added

  • Add serde serialize to BVec3A and BVec4A when scalar-math enabled. (#768)

Fixed

  • ISizeVecN layout checks on 32-bit targets (#775)
  • USizeVec2 layout checks on 32-bit targets (#771)

Changed

  • Replace scalar recip() calls with explicit division in vector implementations (#765)

Other

  • Add release-plz support (#772)
  • normalize changelog to the release-plz format (#776)

0.33.3 - 2026-08-03

Added

  • Added Vec3::angle_to which returns the signed angle (in radians) between two vectors around a given axis in the range [-π, +π]. The angle follows the right-hand rule around the axis and can be used with rotate_axis, e.g. self.rotate_axis(axis, self.angle_to(rhs, axis)) will be equal to rhs.

  • Added Vec2::rotate_angle which rotates a vector by an angle (in radians),

... (truncated)

Commits
  • 8b4cf29 Prepare 0.33.6 release (#787)
  • e0a33b1 refactor(float_eq): dedupe float_eq test macros (#811)
  • 3a93c7c feat: add float_eq support behind an optional feature (#795)
  • 7cdb370 refactor(coresimd): tidy up no_std coresimd support. (#810)
  • bf47695 fix(core-simd): make the core-simd backend build without std (#789)
  • 008d8d3 docs: Document glam-assert panic on vector smoothstep. (#809)
  • 8184b9d feat: add smoothstep methods (#797)
  • f1a554d feat: Add float move_towards methods (#796)
  • f3a9048 chore: Updated contributing docs (#808)
  • 08a5a58 chore: update gungraun baselines (#807)
  • 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.6.
- [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md)
- [Commits](bitshifter/glam-rs@0.30.10...0.33.6)

---
updated-dependencies:
- dependency-name: glam
  dependency-version: 0.33.6
  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 Sep 1, 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