Releases: vushu/raylib-raku
Releases · vushu/raylib-raku
v0.0.20
23 Dec 11:14
Compare
Sorry, something went wrong.
No results found
v.0.0.19
22 Dec 19:55
Compare
Sorry, something went wrong.
No results found
Full Changelog : v0.0.18...v.0.0.19
Fixed load-font-ex signature to take CArray[int32] instead of int32 pointer for codepoints
raylib-raku-v0.0.18
24 Jun 10:57
Compare
Sorry, something went wrong.
No results found
Fixed macOS build.
Updated Readme.
raylib-raku-v0.0.17
20 Dec 23:09
Compare
Sorry, something went wrong.
No results found
What's Changed
Doing fallback search for raylib.h if pkg-config fails to find it.
SparrowCI by @melezhik in #3
New Contributors
Full Changelog : v0.0.16...v0.0.17
raylib-raku-v0.0.16
19 Dec 12:45
Compare
Sorry, something went wrong.
No results found
Fixes mismatch between Arrays ByValue Structs in CStruct definition found by Xliff
raylib-raku-v0.0.15
01 Dec 07:16
Compare
Sorry, something went wrong.
No results found
Fixed grammar for raylib v5
raylib-raku-v0.0.14
18 Nov 13:53
Compare
Sorry, something went wrong.
No results found
Fixing functions to take CArray[uint8] instead of Str.
raylib-raku-v0.0.13
17 Nov 08:38
Compare
Sorry, something went wrong.
No results found
Fixed Enum incremented value wrongly.
raylib-raku-v0.0.12
16 Nov 18:25
Compare
Sorry, something went wrong.
No results found
Simplifying by using int32 is rw instead of Pointer[int32] for arguments.
raylib-raku-v0.0.11
14 Nov 21:20
Compare
Sorry, something went wrong.
No results found
Fixing return types that are using pointers.