Skip to content

Releases: vushu/raylib-raku

v0.0.20

23 Dec 11:14

Choose a tag to compare

fixed minor bug in parsing.

Full Changelog: v.0.0.19...v0.0.20

v.0.0.19

22 Dec 19:55

Choose a tag to compare

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
121c8ae

Choose a tag to compare

  • Fixed macOS build.
  • Updated Readme.

raylib-raku-v0.0.17

20 Dec 23:09

Choose a tag to compare

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

Choose a tag to compare

Fixes mismatch between Arrays ByValue Structs in CStruct definition found by Xliff

raylib-raku-v0.0.15

01 Dec 07:16

Choose a tag to compare

Fixed grammar for raylib v5

raylib-raku-v0.0.14

18 Nov 13:53

Choose a tag to compare

Fixing functions to take CArray[uint8] instead of Str.

raylib-raku-v0.0.13

17 Nov 08:38

Choose a tag to compare

Fixed Enum incremented value wrongly.

raylib-raku-v0.0.12

16 Nov 18:25

Choose a tag to compare

Simplifying by using int32 is rw instead of Pointer[int32] for arguments.

raylib-raku-v0.0.11

14 Nov 21:20

Choose a tag to compare

Fixing return types that are using pointers.