I am attempting to build raylib with zig, and all i have done is put it in my zon file
.{
.name = "gnache",
.version = "0.0.1",
.dependencies = .{
.@"raylib-zig" = .{
.url = "https://github.com/Not-Nik/raylib-zig/archive/devel.tar.gz",
.hash = "12000000000000000000000000000000000000000000000000000000000000000000",
},
},
.paths = .{
"",
},
}