aclysma / skulpin

Skia + Vulkan = Skulpin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash on boot with macOS using skia-safe 0.30

aclysma opened this issue · comments

For anyone hitting this, a quick workaround to force going back to skia 0.29.3:
cargo update -p skia-safe --precise 0.29.3

This PR (rust-skia/rust-skia#359) fixes the issue. Still recommend anyone using skulpin to stay on 0.29.3 until the fix is merged.

This is resolved, anyone still seeing this may need to run cargo update -p skia-safe to grab the latest version of skia-safe. Anyone cloning the repo now or adding this as a dependency should start out with 0.30.1 which works.