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

@ -3,7 +3,11 @@
.version = "0.0.0",
.dependencies = .{},
.dependencies = .{
.raylib = .{
.path = "raylib",
},
},
.paths = .{
"build.zig",