Skip to content

build(deps): bump glam from 0.33.1 to 0.33.2 in /rust - #346

Merged
xkeyC merged 1 commit into
mainfrom
dependabot/cargo/rust/glam-0.33.2
Aug 5, 2026
Merged

build(deps): bump glam from 0.33.1 to 0.33.2 in /rust#346
xkeyC merged 1 commit into
mainfrom
dependabot/cargo/rust/glam-0.33.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps glam from 0.33.1 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.
Commits
  • c9bb1a2 Prepare 0.33.2 release (#754)
  • e7de30c Updated CHANGELOG.
  • 14d38dc feat: add is_negative_mask to vector types (#753)
  • 8f54565 Fix some documentation errors and typos.
  • 2af858b Fix link to codegen docs so it works if submodule isn't there.
  • 44e1fab Updated CHANGELOG.
  • 21c438d Separate view (look_*) and projection methods off types and into functions in...
  • 8b50948 Workaround mac coveralls issue. (#752)
  • 7e5dfba Bump actions/checkout from 6 to 7 (#749)
  • b1fa26e Issue 572 (#745)
  • 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 Jul 27, 2026

xkeyC commented Aug 5, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/cargo/rust/glam-0.33.2 branch from 9e7eb7f to c17db7b Compare August 5, 2026 04:59

xkeyC commented Aug 5, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/cargo/rust/glam-0.33.2 branch from c17db7b to c4d0176 Compare August 5, 2026 05:02

xkeyC commented Aug 5, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/cargo/rust/glam-0.33.2 branch from c4d0176 to 7027b1c Compare August 5, 2026 05:05

xkeyC commented Aug 5, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/cargo/rust/glam-0.33.2 branch from 7027b1c to 3f6da26 Compare August 5, 2026 05:07

xkeyC commented Aug 5, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [glam](https://github.com/bitshifter/glam-rs) from 0.33.1 to 0.33.2.
- [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md)
- [Commits](bitshifter/glam-rs@0.33.1...0.33.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/rust/glam-0.33.2 branch from 3f6da26 to 1d03c9e Compare August 5, 2026 05:09
@xkeyC
xkeyC merged commit 5d01c90 into main Aug 5, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/cargo/rust/glam-0.33.2 branch August 5, 2026 05:10
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.

1 participant