Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Updates the requirements on glam to permit the latest version.

Changelog

Sourced from glam's changelog.

[0.30.1] - 2025-03-20

Added

  • Added usize vector types, USizeVec2, USizeVec3 and USizeVec4.

  • Added min_position and max_position methods for vector types, which return the index of the min or max element in the vector.

  • Added rotate_towards method to 3D vector types.

Changed

  • Removed the small angle check from 2D vector rotate_towards implementations as it was unnecessary and would not preserve the length of the input.

[0.30.0] - 2025-02-18

Breaking changes

  • The up and dir vectors passed to affine and matrix look_to_lh and look_to_rh methods must now be normalized. This was changed to be consistent with other methods.

  • Updated the optional rand dependency to 0.9

  • Updated the optional rkyv dependency to 0.8

Added

  • Implemented rand Uniform distribution trait for all vector types.

  • Added "swizzle assignment" support to vector swizzles, in the form of v.with_zx(ivec2(1, 2)) which will return a copy of v where the z and x components are set to 1 and 2 respectively.

  • Added Mat3 and Quat look_at_lh and look_at_rh methods.

  • Added Quat look_to_lh and look_to_rh methods.

  • Added 3D vector slerp method that performs a spherical linear interpolation between a source and a target 3D vector.

  • Added manhattan_distance, checked_manhattan_distance and chebyshev_distance methods to integer vector types which calculates the Manhattan Distance and the Chebyshev Distance between two vectors.

  • Added 4x4 matrix from_mat3_translation method to have parity with the 3D affine type.

... (truncated)

Commits

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Updates the requirements on [glam](https://github.com/bitshifter/glam-rs) to permit the latest version.
- [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md)
- [Commits](bitshifter/glam-rs@0.29.1...0.30.1)

---
updated-dependencies:
- dependency-name: glam
  dependency-type: direct:production
...

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 Mar 24, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 14, 2025

Superseded by #39.

@dependabot dependabot bot closed this Apr 14, 2025
@dependabot dependabot bot deleted the dependabot/cargo/glam-0.30.1 branch April 14, 2025 17:06
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