move away from bindings, now using native build.zig

This commit is contained in:
catAngent 2024-09-09 21:07:10 +01:00
parent 8de184ff38
commit 41d076914f
5 changed files with 37 additions and 35 deletions

View file

@ -0,0 +1,4 @@
pub const raylib = @cImport({
@cInclude("raylib.h");
@cInclude("raymath.h");
});