Cacao
Cacao copied to clipboard
Fails to build on macOS
When I try to build 9cda4a1 using swift build -Xlinker -L/usr/local/lib I get:
Cacao/Sources/Cacao/UIView.swift:734:47: error: type 'SDLPixelFormat.Format' has no member 'argb8888'
format: .argb8888, // SDL_PIXELFORMAT_ARGB8888
^~~~~~~~
It looks like the Package.resolved has not been updated to use the updated SDL framework. I got it to run by updating the packages :
swift packages update
Now all I need is for the inputs to work on a Mac as well!