Skip to content

Releases: Bevy-Rust-GPU/rust-gpu-bridge

Release v0.5.0

23 Apr 03:39
Compare
Choose a tag to compare

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

rust-gpu-bridge v0.4.0

17 Mar 03:11
Compare
Choose a tag to compare

Changelog

  • Added Mod, Abs, Clamp, Abos, Cos, Sign, Sin, Sqrt and Tan traits
  • Updated to rust-gpu 0.6

Full Changelog: v0.3.1...v0.4.0

rust-gpu-bridge v0.3.1

09 Mar 00:11
Compare
Choose a tag to compare

Hotfix release, fixes Exp2 trait compilation under the glam feature flag.

rust-gpu-bridge v0.3.0

08 Mar 06:57
Compare
Choose a tag to compare

Changelog

Added the following traits:

  • Mix
  • Pow
  • Exp2
  • Log2

rust-gpu-bridge v0.2.0

08 Mar 06:55
Compare
Choose a tag to compare

Initial release.