Releases: tversteeg/specs-blit
Releases · tversteeg/specs-blit
v0.5.1
19 Apr 11:18
Compare
Sorry, something went wrong.
No results found
Hotfix
Fix type of rotation range
v0.5.0
19 Apr 10:32
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Changed
Generation of rotations is now parallelized to improve performance
v0.3.2
24 Mar 20:33
Compare
Sorry, something went wrong.
No results found
Added
Expose pixels_mut on PixelBuffer so the pixels can be manually edited
v0.3.1
09 Mar 18:18
Compare
Sorry, something went wrong.
No results found
Fixed
Rotation now actually rotates when it's a negative number
v0.3.0
09 Mar 18:00
Compare
Sorry, something went wrong.
No results found
Breaking Change
set_rot and rot now take an i16 instead of an u16.
v0.2.0
08 Mar 17:16
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v0.1.1
01 Jan 12:47
Compare
Sorry, something went wrong.
No results found
Added
Expose width and height in PixelBuffer