laggykiller / rlottie-python

A ctypes API for rlottie, with additional functions for getting Pillow Image.
https://rlottie-python.readthedocs.io/en/latest/
GNU Lesser General Public License v2.1
15 stars 1 forks source link

Add wheels for the aarch64 architecture #3

Closed Exploder98 closed 1 year ago

Exploder98 commented 1 year ago

Would it be possible to provide aarch64 (64-bit ARM) wheels for this project? At least the underlying library, rlottie, claims to support this architecture.

laggykiller commented 1 year ago

Added aarch64, along with i686, ppc64le, s390x in v1.1.2

I don't have hardware to test. Please check if it works.

Exploder98 commented 1 year ago

Thanks! I can confirm that on linux/aarch64 at least the example runs successfully and produces files that seem to be correct.

laggykiller commented 1 year ago

Thanks for testing!