aseprite / skia

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.
https://skia.org
BSD 3-Clause "New" or "Revised" License
181 stars 45 forks source link

Windows on ARM support #40

Open AquaBx opened 6 months ago

AquaBx commented 6 months ago

Hello, I have added the Windows on ARM build to the github action workflow. I was able to build the m102 branch on my x64 machine, but the github action couldn't find ninja. I have uploaded it here : https://github.com/AquaBx/skia/releases.

I just added skia_use_angle=true as mentioned : https://skia.org/docs/user/build/#windows-arm64. Other than having the build tools for arm64, nothing else is required.