aclysma / skulpin

Skia + Vulkan = Skulpin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

M1 Macs don't seem to work correctly

Kethku opened this issue · comments

Specifically looks like the skia build fails

skulpin calls the rust functions exposed in skia-safe which in turn calls into skia C/C++ code. skia-safe/skia-bindings needs to make that code available to the linker - this is something that will need to be looked at upstream.