Gekkio / mooneye-gb

A Game Boy research project and emulator written in Rust
GNU General Public License v3.0
892 stars 56 forks source link

Bump nalgebra from 0.25.1 to 0.25.4 #139

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps nalgebra from 0.25.1 to 0.25.4.

Changelog

Sourced from nalgebra's changelog.

[0.25.4]

Fixed

  • Fix a compilation error when only the serde-serialize feature is enabled.

[0.25.3]

Added

  • The Vector::simd_cap_magnitude method to cap the magnitude of the a vector with SIMD components.

[0.25.2]

Added

  • A convert-glam cargo feature to enable implementations of From traits to convert between glam types and nalgebra types.
  • A convert-glam-unchecked cargo feature to enable some extra glam/nalgebra conversions that may lead to unexpected results if used improperly. For example, this enables the conversion from a glam::Mat4 to a na::Isometry3. This conversion will be cheap (without any check) but willlead to unexpected results if the glam matrix contains non-isometric components (like scaling for example).
  • A cast method has been added to most types. This can be used to change the type of the components of a given entity. Example: vector.cast::<f32>().
Commits
  • f8173bd Release v0.25.4
  • 889a2ac Merge pull request #857 from dimforge/serde-std
  • 4e5b32a Don't enable the serde/alloc feature when alloc is enabled.
  • 2602f48 Fix compilation when only the serde-serialize feature of nalgebra is enabled.
  • d16411c Release v0.25.3
  • 031b540 Merge pull request #853 from guissalustiano/dev
  • 9947cd5 Add type aliases for unit vectors
  • 01cfc62 Merge pull request #847 from dimforge/simd_cap_magnitude
  • 1d7a561 Update the changelog.
  • b687c63 Add a SIMD version of cap_magnitude: simd_cap_magnitude.
  • Additional commits viewable in compare view


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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #140.