Releases: tversteeg/specs-blit
Releases · tversteeg/specs-blit
v0.5.1
Hotfix
- Fix type of rotation range
v0.5.0
Breaking Change
- Split
load
function into load
, load_rotations
& load_rotations
range.
Added
- Unsafe
clear_all
function, use with caution.
v0.4.0
Breaking Change
- Disable default features of blit, to use these (image & aseprite) you'll have to include the blit library manually
v0.3.3
Changed
- Generation of rotations is now parallelized to improve performance
v0.3.2
Added
- Expose
pixels_mut
on PixelBuffer
so the pixels can be manually edited
v0.3.1
Fixed
- Rotation now actually rotates when it's a negative number
v0.3.0
Breaking Change
set_rot
and rot
now take an i16
instead of an u16
.
v0.2.0
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.1
Added
- Expose
width
and height
in PixelBuffer