Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Releases: tversteeg/specs-blit

v0.5.1

19 Apr 11:18
Compare
Choose a tag to compare

Hotfix

  • Fix type of rotation range

v0.5.0

19 Apr 10:32
Compare
Choose a tag to compare

Breaking Change

  • Split load function into load, load_rotations & load_rotations range.

Added

  • Unsafe clear_all function, use with caution.

v0.4.0

14 Apr 19:30
Compare
Choose a tag to compare

Breaking Change

  • Disable default features of blit, to use these (image & aseprite) you'll have to include the blit library manually

v0.3.3

25 Mar 12:58
Compare
Choose a tag to compare

Changed

  • Generation of rotations is now parallelized to improve performance

v0.3.2

24 Mar 20:33
Compare
Choose a tag to compare

Added

  • Expose pixels_mut on PixelBuffer so the pixels can be manually edited

v0.3.1

09 Mar 18:18
Compare
Choose a tag to compare

Fixed

  • Rotation now actually rotates when it's a negative number

v0.3.0

09 Mar 18:00
Compare
Choose a tag to compare

Breaking Change

  • set_rot and rot now take an i16 instead of an u16.

v0.2.0

08 Mar 17:16
Compare
Choose a tag to compare

Breaking Changes

  • load now takes an addition parameter which is the amount of rotations for a sprite to load

Added

  • Sprite now has set_rot and rot functions, allowing rotation using the rotsprite library

v0.1.2

01 Jan 12:48
Compare
Choose a tag to compare

Added

  • Export blit crate

v0.1.1

01 Jan 12:47
Compare
Choose a tag to compare

Added

  • Expose width and height in PixelBuffer