aclysma / skulpin

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

M1 Macs don't seem to work correctly #82

Closed Kethku closed 3 years ago

Kethku commented 3 years ago

https://github.com/Kethku/neovide/issues/409

Kethku commented 3 years ago

Specifically looks like the skia build fails

aclysma commented 3 years ago

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.