Adds SOKOL_NOAPI to WIN32
Minimal changes to support "NO_API" on windows.
Those CI errors are unrelated. Looks like the Spine C API has changed. I'll look into it.
Ok, I pinned the spine version used in the tests to 4.1 in the master branch.
Can you rebase your PR on top of master?
The actual changes are looking good. Surprising that it's so few changes actually :)
Indeed, definitely not a revolutionizing change by any means, but very handy if you need to step out of the supported render backends (like our use case with vulkan/webgpu-native). Shoutout to @castano who actually did the work.
And sorry for the belated commit :P
Ok merged, thanks! I'll also add a small changelog blurb.