wip porting the clay-official-website as an example

This commit is contained in:
johan0A 2024-11-10 03:07:23 +01:00
parent 4667b2771e
commit 97557de3fb
20 changed files with 725 additions and 33 deletions

View file

@ -0,0 +1,20 @@
.{
.name = "zig-exe-template",
.version = "0.0.0",
.dependencies = .{
.zclay = .{
.path = "../../",
},
.@"raylib-zig" = .{
.url = "https://github.com/Not-Nik/raylib-zig/archive/90109ff8041229ae8b615dca362f646586f20bd3.tar.gz",
.hash = "122062d2421175ba6bf89382c86621270e4883f1074ee4cc09da282e231bdef57328",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
"README.md",
},
}