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
|
|
@ -1,7 +1,6 @@
|
|||
const std = @import("std");
|
||||
const raylib = @cImport({
|
||||
@cInclude("raylib.h");
|
||||
});
|
||||
const rh = @import("../util/raylib_helper.zig");
|
||||
const raylib = rh.raylib;
|
||||
const A7r = std.mem.Allocator;
|
||||
|
||||
pub const Chunk = struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue