ajalt / colormath

Multiplatform Kotlin color conversion and manipulation
https://ajalt.github.io/colormath/
MIT License
308 stars 21 forks source link

Add additional compile targets #42

Closed Laxystem closed 1 year ago

Laxystem commented 1 year ago

Those being: linuxArm64, wasm.

In addition, what kinds of tvos, watchos and ios are you compiling to? Each has three variations: X64, Arm64, and Simulator64.

It would be lovely if you'll be able to add those compilation targets. Thanks anyway!

Oh, I see you're already working on Wasm at #41 😅

ajalt commented 1 year ago

You can look at the maven repo to see that i'm publishing all of the *os variants.

I added linuxArm64, give the snapshot a try and if it works I'll make a release.

Laxystem commented 1 year ago

I'm working on the gradle right now, actually. I'll check it now, thanks!

Laxystem commented 1 year ago

It does work, yes.

Laxystem commented 1 year ago

@ajalt thought I might ping you on this. Can you release it anytime soon please? Thanks.

ajalt commented 1 year ago

@LaylaMeower done!

Laxystem commented 1 year ago

@ajalt Thanks! Will update!