-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[new release] raylib and raygui (1.5.0) #28680
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
Conversation
CHANGES: * Upgrade dependency patch to 3.0.0 * Correctly set `glyph_count` in `Font.set_glyphs` * Export `Raylib_c` module * Upgrade to raylib 5.5
|
The fails on FreeBSD are due to the gl package. The name seems to be wrong, but this has been the case in the last few releases as well. The windows (msys) failure is new. How is the archiver called in msys? Just |
I think so. 🤔
In opam packages it is detected using Since https://github.com/ocaml/dune/releases/tag/3.20.0 with ocaml/dune#11863 |
* Fix constness of ptr argument to `GuiListViewEx` * Distingish msys and other mingw environments
|
I would've expected this filter to apply to the msys2 version but it's still applying the mingw64 patch |
I agree that it is strange. Could you add a debug print of the variable's value? Based on the above I'd also be curious whether both |
|
Msys has been added recently, and is currently broken in various ways. While I agree that it would be nice to fix it, we could also merge the current release and have a fix come later in a new release. This way you can take your time without holding the release further |
|
Works for me, let's merge! |
|
Thanks all! |
CHANGES:
glyph_countinFont.set_glyphsRaylib_cmodule