Releases: L-Briand/raylib-zig-bindings
Releases · L-Briand/raylib-zig-bindings
raylib-zig-bindings 1.0.0
Moved from zig 0.12.0 to 0.13.0
Full Changelog: 1.0.0...1.1.0
raylib-zig-bindings 1.0.0
Breaking change from version 0.0.2:
- All enum functions
toValueandfromValuehave been replaced withtoCIntandfromCInt.
It is now possible to combine all bindings into one global struct:
const rl = struct {
const rlzb = @import("rlzb");
usingnamespace rlzb.raylib;
usingnamespace rlzb.rlgl;
usingnamespace rlzb.rcamera;
usingnamespace rlzb.raygui;
};Full Changelog: 0.0.2...1.0.0
raylib-zig-bindings 0.0.2
Bugfix for macos and windows.
- Raylib version
5.0 - Raygui version
4.0 - Zig version
0.12.0
Full Changelog: 0.0.1...0.0.2
raylib-zig-bindings 0.0.1
- Raylib version
5.0 - Raygui version
4.0 - Zig version
0.12.0