Skip to content

chore(deps): bump glam from 0.27.0 to 0.33.6 - #97

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

chore(deps): bump glam from 0.27.0 to 0.33.6#97
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/cargo/glam-0.33.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps glam from 0.27.0 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 dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 31, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/glam-0.33.6 branch from d7fb36a to 631d9a7 Compare September 1, 2026 20:07
Bumps [glam](https://github.com/bitshifter/glam-rs) from 0.27.0 to 0.33.6.
- [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md)
- [Commits](bitshifter/glam-rs@0.27.0...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 force-pushed the dependabot/cargo/glam-0.33.6 branch from 631d9a7 to dd46ab5 Compare September 2, 2026 09:36
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