Skip to content

Releases: mbrea-c/bevy_utilitarian

v0.5.1

21 Jul 17:28
bc64733
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

07 Jul 12:13
6176df2
Compare
Choose a tag to compare

Update to Bevy 0.14:

  • Replace custom Point with bevy's VectorSpace.
  • Replace custom ColorPoint with LinearRgba, which implements VectorSpace.

Less code to maintain! 🎉

v0.4.0

05 Mar 09:36
4bfa8b7
Compare
Choose a tag to compare

What's Changed

  • Update to bevy 0.13 and serde 1.0.197; bump version to 0.4 by @Affinator in #6

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

20 Feb 23:04
Compare
Choose a tag to compare

What's Changed

  • Add missing serialization implementation by @mbrea-c in #5

Full Changelog: v0.2.0...v0.3.0

v0.2.0

19 Feb 21:40
Compare
Choose a tag to compare

What's Changed

  • Randomized values by @mbrea-c in #1
  • Fix Gradient, Reflect for constant curve by @mbrea-c in #2
  • Fixed problem where alpha blending was not working by @mbrea-c in #3

Full Changelog: v0.1.0...v0.2.0

v0.1.0

19 Feb 14:43
Compare
Choose a tag to compare

First release! This crate contains a set of utilities to make certain aspects of programming in Bevy easier. See README for more information.