File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1- [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/tgxivwffrbvpxp5c/branch/master?svg=true )] ( https://ci.appveyor.com/project/fonttools/skia-builder/branch/master )
1+ # skia-builder
2+
3+ [ ![ Build + Deploy] ( https://github.com/fonttools/skia-builder/actions/workflows/ci.yml/badge.svg )] ( https://github.com/fonttools/skia-builder/actions/workflows/ci.yml )
4+
5+ Builds Skia libraries for multiple platforms and architectures (static for macOS/Linux, shared for Windows).
6+
7+ Used by [ skia-pathops] ( https://github.com/fonttools/skia-pathops ) to provide precompiled Skia binaries for Python wheels.
8+
9+ ## Releases
10+
11+ CI builds are triggered on tags. Release assets include:
12+ - ` libskia-mac-x64.zip ` , ` libskia-mac-arm64.zip ` , ` libskia-mac-universal2.zip `
13+ - ` libskia-linux-x64.zip ` , ` libskia-linux-arm64.zip `
14+ - ` libskia-win-x86.zip ` , ` libskia-win-x64.zip `
You can’t perform that action at this time.
0 commit comments