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
|
|
@ -3,7 +3,11 @@
|
|||
|
||||
.version = "0.0.0",
|
||||
|
||||
.dependencies = .{},
|
||||
.dependencies = .{
|
||||
.raylib = .{
|
||||
.path = "raylib",
|
||||
},
|
||||
},
|
||||
|
||||
.paths = .{
|
||||
"build.zig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue