Skip to content

chore(deps): bump glam from 0.33.1 to 0.33.2#535

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

chore(deps): bump glam from 0.33.1 to 0.33.2#535
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/cargo/develop/glam-0.33.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 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

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.1 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-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 Jun 29, 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