Skip to content

Update glam requirement from 0.15.1 to 0.16.0#2313

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/glam-0.16.0
Closed

Update glam requirement from 0.15.1 to 0.16.0#2313
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/glam-0.16.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 7, 2021

Updates the requirements on glam to permit the latest version.

Changelog

Sourced from glam's changelog.

[0.16.0] - 2021-06-06

Breaking changes

  • sprirv-std dependency was removed, rust-gpu depends on glam internally again for now.
  • Added must_use attribute to all inverse, normalize, try_normalize, transpose and conjugate methods.

Added

  • Added fract() method to float vector types which return a vector containing self - self.floor().
  • Added optional support for the approx crate. Note that all glam types implement their own abs_diff_eq() method without requiring the approx dependency.

[0.15.2] - 2021-05-20

Added

  • Added from_cols() methods to affine types.
  • Added methods for reading and writing affine types from and to arrays and slices, including from_cols_array(), to_cols_array(), from_cols_array_2d(), to_cols_array_2d(), from_cols_slice() and write_cols_to_slice().
  • Added core::fmt::Display trait implementations for affine types.
  • Added core::ops::Add, core::ops::Mul scalar and core::ops::Sub trait implementations for affine types.
  • Added from_array() methods to quaternion types.

Changed

  • Renamed vector and quaternion from_slice_unaligned() and write_to_slice_unaligned() methods to from_slice() and write_to_slice().
  • Removed usage of _mm_rcp_ps from SSE2 implementation of Quat::slerp as this instruction is not deterministic between Intel and AMD chips.

[0.15.1] - 2021-05-14

Changed

  • Disable const_assert_eq! size and alignment checks for SPIR-V targets.

[0.15.0] - 2021-05-14

Breaking changes

  • Removed PartialOrd and Ord trait implementations for all glam types.

... (truncated)

Commits
  • 1b403ee Prepare release 0.16.0
  • 20fe1be Updated CHANGELOG.
  • 5435e1e Merge pull request #189 from EmbarkStudios/remove-spirv-std-dep
  • da1071f Remove the spirv-std dependency
  • 466d07f Add doc aliases for perp_dot (#188)
  • a0143c0 Merge branch 'master' of github.com:bitshifter/glam-rs
  • 53b17b8 Add fract() to float vector types. (#187)
  • d86f91f clamp input for acos_approx for f64 (#186)
  • d240a31 Some doc link fixes.
  • 45c1c13 Annotate some methods with #[must_use].
  • Additional commits viewable in compare view

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 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 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.
- [Release notes](https://github.com/bitshifter/glam-rs/releases)
- [Changelog](https://github.com/bitshifter/glam-rs/blob/master/CHANGELOG.md)
- [Commits](bitshifter/glam-rs@0.15.1...0.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@mockersf
Copy link
Member

mockersf commented Jun 7, 2021

Ha! Now CI also fails for this, because wait for hexasphere update or for #1944 to not depend on two glams

@cart
Copy link
Member

cart commented Jun 7, 2021

That makes me very happy :)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 28, 2021

Superseded by #2407.

@dependabot dependabot bot closed this Jun 28, 2021
@dependabot dependabot bot deleted the dependabot/cargo/glam-0.16.0 branch June 28, 2021 06:04
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.

2 participants