JetBrains / skija

Java bindings for Skia
Apache License 2.0
2.63k stars 127 forks source link

Add Java 8 Support #150

Closed Glavo closed 1 year ago

Glavo commented 1 year ago

57

I did a simple test and found no problems.

tonsky commented 1 year ago

Thanks @Glavo ! That’s a lot of work!

This produces multi-version jar, right? Because compatibility with java9 modules is an important feature we want to keep

I can see this being merged, but this repo is not supported anymore. Modern version lives at https://github.com/HumbleUI/Skija/. Can you make a PR there? It has newer Skia and probably a few more classes since the fork

Glavo commented 1 year ago

This produces multi-version jar, right? Because compatibility with java9 modules is an important feature we want to keep

Yes.

I can see this being merged, but this repo is not supported anymore. Modern version lives at https://github.com/HumbleUI/Skija/. Can you make a PR there? It has newer Skia and probably a few more classes since the fork

Oh, I see. I'll migrate it there, it will take a little while.

tonsky commented 1 year ago

Thanks! Looking forward to it