Skip to content

⬆️ Extend the glam version range to >=0.10, <0.34 - #1

Open
MarijnS95 wants to merge 2 commits into
mainfrom
glam-0.30
Open

⬆️ Extend the glam version range to >=0.10, <0.34#1
MarijnS95 wants to merge 2 commits into
mainfrom
glam-0.30

Conversation

@MarijnS95

Copy link
Copy Markdown
Member

Tracking PR for the glam-0.30 branch, which has been pinned by a consumer for a while without one - so this also covers the two commits already on it, the manual Interpolate impls for quaternions (slerp rather than lerp) and the cubic-hermite implementation carried over from before the fork.

The version bump itself: a consumer is moving its workspace to 0.33 to line up with a [patch] onto a fork carrying portable archived rkyv types, and any version this crate does not accept forces a second glam into that graph, since patching removes the crates.io copy as a resolution candidate for everyone else.

No code change is needed - 0.33 gates the numeric types behind features, but default still enables all-types and the dependency here uses default features. The 12 tests pass with --features glam at both ends of the range, 0.30.10 and 0.33.3.

The branch name is now a misnomer; left as-is because it is pinned by rev elsewhere.

Verified against glam 0.30.10: the Interpolate impls compile unchanged.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
A downstream consumer is moving its workspace to 0.33 to line up with a `[patch]`
onto a fork carrying portable archived `rkyv` types. Any version this crate does
not accept forces a second `glam` into that graph, since patching removes the
crates.io copy as a resolution candidate for everyone else.

No code change: 0.33 gates the numeric types behind features, but `default` still
enables `all-types` and the dependency here uses default features.

12 tests pass with `--features glam` at both 0.30.10 and 0.33.3.
@MarijnS95 MarijnS95 changed the title ⬆️ Allow glam 0.33 ⬆️ Extend the glam version range to >=0.10, <0.34 Aug 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant