move away from bindings, now using native build.zig
This commit is contained in:
parent
8de184ff38
commit
41d076914f
5 changed files with 37 additions and 35 deletions
4
src/util/raylib_helper.zig
Normal file
4
src/util/raylib_helper.zig
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
pub const raylib = @cImport({
|
||||
@cInclude("raylib.h");
|
||||
@cInclude("raymath.h");
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue