svenstaro / bvh

A fast BVH using SAH in rust
https://docs.rs/bvh
MIT License
225 stars 37 forks source link

Update glam requirement from 0.18 to 0.19 #77

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on glam to permit the latest version.

Changelog

Sourced from glam's changelog.

[0.19.0] - 2021-10-05

Breaking changes

  • Removed truncating vector From implementations. Use .truncate() or swizzle methods instead.

Added

  • Added Not, Shl, Shr, BitAnd, BitOr and BitXor implementations for all IVec and UVec vector types.
  • Added NAN constant for all types.
  • Documented glam's architecture.

Changed

  • Sum and Product traits are now implemented in no_std builds.

[0.18.0] - 2021-08-26

Breaking changes

  • Minimum Supported Version of Rust bumped to 1.51.0 for wasm-bindgen-test and rustdoc alias support.

Added

  • Added wasm32 SIMD intrinsics support.
  • Added optional support for the rkyv serialization crate.
  • Added Rem and RemAssign implementations for all vector types.
  • Added quaternion xyz() method for returning the vector part of the quaternion.
  • Added From((Scalar, Vector3)) for 4D vector types.

Changed

  • Deprecated as_f32(), as_f64(), as_i32() and as_u32() methods in favor of more specific methods such as as_vec2(), as_dvec2(), as_ivec2() and as_uvec2() and so on.

[0.17.3] - 2021-07-18

Fixed

  • Fix alignment unit tests on non x86 platforms.

[0.17.2] - 2021-07-15

Fixed

... (truncated)

Commits
  • 548933a Merge pull request #245 from bitshifter/prepare-0.19.0
  • 7568c86 Prepare for 0.19.0 release.
  • 7d94178 Updated CHANGELOG.
  • f1ec6fb Add architecture documentation (#243)
  • 67fbbc8 Added set -e to wasm32 build scripts and fix errors.
  • b309e58 Remove remaining vector truncating From implementations (#239)
  • f3e369d Merge pull request #238 from EmbarkStudios/nan
  • 83e01b1 Add NAN constant to all types
  • 7413abf impl Not, Shl, Shr, BitAnd, BitOr, and BitXor for UVec and IVec (#237)
  • cdc41b5 Merge pull request #234 from VVishion/fix-iss233
  • 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)
codecov-commenter commented 2 years ago

Codecov Report

Merging #77 (da9c303) into master (cd924c9) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #77   +/-   ##
=======================================
  Coverage   80.11%   80.11%           
=======================================
  Files           9        9           
  Lines        1564     1564           
=======================================
  Hits         1253     1253           
  Misses        311      311           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cd924c9...da9c303. Read the comment docs.