-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[new release] raylib, raygui and raylib-callbacks (1.6.0) #29008
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
CHANGES: * Expose `name` field of ModelAnimation.t (thanks @thethrung) * Add new raylib-callbacks package to expose raylib callback APIs. It brings a new dependency (ctype-foreign), hence the new package * Temporarily fix raylib FLAC bug (thanks @rossberg)
|
Does anyone understand what went wrong on the cygwin build? |
|
When I tried this locally before, I had to manually install a libffi package for Cygwin. Not sure why, I would think that ctypes-foreign includes it as a dependency. Unfortunately, the CI log cuts the relevant lines, so this may or may not be the reason. |
Looking at the CI logs: the successful install of
|
|
Code 0xc0000135 is exactly what I got locally before installing libffi manually, after that it worked. I have no theory as for why, maybe it is a different libffi package that's required? I installed all of libffi6, libffi8, mingw64-i686-libffi and mingw64-x86_64-libffi just to be sure. |
|
To help understand what's going wrong you can
|
CHANGES:
namefield of ModelAnimation.t (thanks @thethrung)