aclysma / skulpin

Skia + Vulkan = Skulpin
Apache License 2.0
395 stars 41 forks source link

Crash on boot with macOS using skia-safe 0.30 #56

Closed aclysma closed 4 years ago

aclysma commented 4 years ago

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

aclysma commented 4 years ago

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

aclysma commented 4 years ago

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.