Skip to content

chore(deps): bump glam from 0.30.10 to 0.33.2 - #7

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

chore(deps): bump glam from 0.30.10 to 0.33.2#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/glam-0.33.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps glam from 0.30.10 to 0.33.2.

Changelog

Sourced from glam's changelog.

[0.33.2] - 2026-06-28

Added

  • Added the camera and dcamera modules containing view and projection constructor functions organized by handedness and graphics API convention.

    The view sub-module provides look_at_* and look_to_* functions that return Mat4, Affine3, Affine3A, Mat3, Mat3A, or Quat view transforms.

    The proj sub-module provides API-specific constructors for OpenGL, DirectX and Vulkan conventions, each offering perspective, perspective_infinite, perspective_infinite_reverse, orthographic, and frustum constructors for both left-handed and right-handed view spaces.

  • Added a prelude module which re-exports all common types and traits but not camera modules.

  • Added slerp_long method to quaternion types, a spherical linear interpolation that preserves the rotation direction.

  • Added is_negative_mask method to all signed vector types which returns a boolean mask vector indicating which components have a negative sign.

Changed

  • View and projection constructors (look_at_*, look_to_*, perspective_*, orthographic_*, frustum_*) have been moved off matrix, affine and quaternion types into the camera/dcamera modules as free functions. The existing methods on those types have been deprecated.

[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.

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 30, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/glam-0.33.2 branch from 1270ef5 to b15802a Compare July 7, 2026 18:29
Bumps [glam](https://github.com/bitshifter/glam-rs) from 0.30.10 to 0.33.2.
- [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bitshifter/glam-rs/commits)

---
updated-dependencies:
- dependency-name: glam
  dependency-version: 0.33.2
  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.2 branch from b15802a to b463bf3 Compare July 20, 2026 13:17
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