You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for finding skia using pkg-config to allow building skia-pathops using system or externally compiled libskia.
To enable that you must export BUILD_SKIA_FROM_SOURCE=0 environment varible to disable building embedded libskia from source (#54).
Rebuilt pre-compiled libskia with older MACOSX_DEPOLYMENT_TARGET to fix issue with macOS 10.13 (#41, #42).
No other code changes since v0.6.0.post1 release.