add zig packaging

Fabien Freling 2023-09-29 15:39:51 +02:00
parent 977c5273f0
commit 5829df0fa0
1 changed files with 10 additions and 0 deletions

10
zig/build.zig.zon Normal file
View File

@ -0,0 +1,10 @@
.{
.name = "fabapp",
.version = "0.1.0",
.dependencies = .{
.dep_name = .{
.url = "https://github.com/raysan5/raylib/archive/refs/tags/4.5.0.tar.gz",
.hash = "fixme",
},
},
}