Releases: aseprite/skia
Skia-m124 (don't use)
Work-in-progress, don't use this version. Use Skia-m102 for Aseprite main branch.
This is for the beta branch (and future main/stable versions).
Skia-m102
These are pre-built binary packages of branch aseprite-m102
(official Skia commit b627d35). You can create a C:\deps\skia
folder (or $HOME/deps/skia
) and uncompress the content there, it would be like you've compiled the specific version locally.
These packages can be used to compile laf and Aseprite.
Details: Compiled with clang
on all platforms and:
-MT
on Windows-stdlib=libc++
and-frtti
on macOS-stdlib=libc++
on Linux, you have to compile laf or aseprite with clang and libc++-stdlib=libstdc++
on Linux, you can compile laf or aseprite with g++, or clang and libstdc++
Skia-m96
These are pre-built binary packages of branch aseprite-m96
(official Skia commit 2f1f21b). You can create a C:\deps\skia
folder (or $HOME/deps/skia
) and uncompress the content there, it would be like you've compiled the specific version locally.
These packages can be used to compile laf and Aseprite.
Details: Compiled with clang
on all platforms and:
-MT
on Windows-stdlib=libc++
and-frtti
on macOS-stdlib=libc++
on Linux, you have to compile laf or aseprite with clang
Skia-m81
These are pre-built binary packages of branch aseprite-m81
(official Skia commit 84cb5d3). You can create a C:\deps\skia
folder (or $HOME/deps/skia
) and uncompress the content there, it would be like you've compiled the specific version locally.
These packages can be used to compile laf and Aseprite.
Details: Compiled with clang
on all platforms and:
-MT
on Windows-stdlib=libc++
and-frtti
on macOSlibstdc++
on Linux
Skia-m81
These are pre-built binary packages of branch aseprite-m81
(official Skia commit 84cb5d3). You can create a C:\deps\skia
folder (or $HOME/deps/skia
) and uncompress the content there, it would be like you've compiled the specific version locally.