alpine-alpaca / asefile

Library for loading Aseprite files. Directly reads binary Aseprite files and does not require you to export files to JSON.
MIT License
43 stars 15 forks source link

Update to image 0.24 #20

Closed gwilymk closed 6 months ago

gwilymk commented 1 year ago

Updates image to 0.24.

Useful because image is exposed by this crate so if you don't use the latest version here, none of your dependencies can either.

I had to make some very minor updates to fix deprecation warnings and compilation issues (namely the .into() instead of as u32 and using the new Rgba constructor).

feelingsonice commented 6 months ago

@alpine-alpaca are you still actively maintaining this repo? I would love to have this update.