Update Rust crate glam to v0.33.6 - #317
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/glam-0.x
branch
from
June 9, 2026 11:54
d587072 to
2fc5624
Compare
renovate
Bot
force-pushed
the
renovate/glam-0.x
branch
2 times, most recently
from
June 22, 2026 19:58
893a3e1 to
ca21f75
Compare
renovate
Bot
force-pushed
the
renovate/glam-0.x
branch
from
July 1, 2026 21:44
ca21f75 to
d705906
Compare
renovate
Bot
force-pushed
the
renovate/glam-0.x
branch
from
July 21, 2026 02:45
d705906 to
7b9ef4a
Compare
renovate
Bot
force-pushed
the
renovate/glam-0.x
branch
from
August 6, 2026 17:39
7b9ef4a to
b8b59aa
Compare
renovate
Bot
force-pushed
the
renovate/glam-0.x
branch
from
August 12, 2026 04:05
b8b59aa to
0b0e749
Compare
renovate
Bot
force-pushed
the
renovate/glam-0.x
branch
from
August 21, 2026 09:57
0b0e749 to
cec54a0
Compare
renovate
Bot
force-pushed
the
renovate/glam-0.x
branch
from
August 22, 2026 10:38
cec54a0 to
db025a6
Compare
renovate
Bot
force-pushed
the
renovate/glam-0.x
branch
2 times, most recently
from
August 31, 2026 14:12
28ad608 to
1082ee2
Compare
renovate
Bot
force-pushed
the
renovate/glam-0.x
branch
from
September 2, 2026 23:12
1082ee2 to
18fad08
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
=0.32.1→=0.33.6Release Notes
bitshifter/glam-rs (glam)
v0.33.6Compare Source
Added
float_eqsupport behind an optional feature (#795)smoothstepmethods to float scalar and float vector types (#797)move_towardsmethods (#796)Vec3AforbytemuckPod/ZeroableandzerocopyIntoBytes(#786)Fixed
core-simdback-end compile without std (#789)v0.33.5Compare Source
Fixed
v0.33.4Compare Source
Added
BVec3AandBVec4Awhenscalar-mathenabled. (#768)Fixed
ISizeVecNlayout checks on 32-bit targets (#775)USizeVec2layout checks on 32-bit targets (#771)Changed
recip()calls with explicit division in vector implementations (#765)Other
v0.33.3Compare Source
Added
Added
Vec3::angle_towhich returns the signed angle (in radians) betweentwo vectors around a given axis in the range
[-π, +π]. The angle followsthe 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 torhs.Added
Vec2::rotate_anglewhich rotates a vector by an angle (in radians),equivalent to
self.rotate(Vec2::from_angle(angle)).Added
glam_asserts thatangle_toandangle_betweeninputs are non-zerovectors.
Changed
to_arrayis now aconst fnon all quaternion types.v0.33.2Compare Source
Added
Added the
cameraanddcameramodules containing view and projectionconstructor functions organized by handedness and graphics API convention.
The
viewsub-module provideslook_at_*andlook_to_*functionsthat return
Mat4,Affine3,Affine3A,Mat3,Mat3A, orQuatview transforms.
The
projsub-module provides API-specific constructors for OpenGL,DirectX and Vulkan conventions, each offering
perspective,perspective_infinite,perspective_infinite_reverse,orthographic,and
frustumconstructors for both left-handed and right-handed viewspaces.
Added a
preludemodule which re-exports all common types and traitsbut not camera modules.
Added
slerp_longmethod to quaternion types, a spherical linearinterpolation that preserves the rotation direction.
Added
is_negative_maskmethod to all signed vector types which returns aboolean mask vector indicating which components have a negative sign.
Changed
look_at_*,look_to_*,perspective_*,orthographic_*,frustum_*) have been moved offmatrix, affine and quaternion types into the
camera/dcameramodulesas free functions. The existing methods on those types have been
deprecated.
v0.33.1Compare Source
Changed
Changed vector
mapmethod constraint fromFntoFnMut, allowing closuresthat mutate their captured state.
Clarified documentation for
any_orthogonal_pairmethod to specify it producesa right-handed basis.
v0.33.0Compare Source
Breaking changes
All types apart from
f32andbooltypes are now optional but enabled bydefault. Unused types can be disabled to improve compile times.
Added
#[must_use]attribute toas_dmat2,as_dmat3andas_dmat4vectormethods.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.