Skip to content

Release v0.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Apr 03:39
· 1 commit to master since this release

Release Notes

  • rust-gpu updated to 0.7
  • Replaced prelude with root exports
  • Added more documentation

New bridge traits

  • AsVec2
  • Cross
  • IsNormalized
  • Splat
  • Sqlen
  • Fract
  • Asin
  • Atan2
  • Dot
  • Length
  • Normalize
  • Round
  • Step

Fixes

  • Made glam and spirv-std features mutually exclusive
  • Fixed differing Modulo, NaturalLog behaviour across backends
  • Added missing Acos export

Commits

  • da8b209 - Add create-tag-release.yml
  • d8035b8 - Version-tag macro dependency
  • 813db9e - Bump version to 0.5.0
  • 188d492 - Project workspace refactor
  • 886ab22 - Update to spirv-std 0.7
  • 4571bfb - Implement AsVec2, Cross, IsNormalized, Splat, Sqlen
  • edf781f - Fix Modulo backend variance
  • 375be70 - Add compile error when glam and spirv-std features are enabled together
  • 65bc816 - Fix missing Acos export
  • 3b653b3 - Fix NaturalLog backend variance, add Fract trait
  • 92ff272 - Documentation pass, remove prelude in favor of exposing traits at crate root
  • 0e739b1 - Add Asin, Atan2, Dot, Length, Normalize, Round, Step traits
  • 57ae4f2 - Fix Mod trait under glam feature flag