1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-21 07:34:08 +00:00
zap/build.zig.zon
JacobCrabill 21d8afb21a Update build system to latest Zig master
Builds with Zig 0.12.0-dev.2341 on x86_64-linux

Also ran 'mdformat' on README.md
2024-01-30 20:30:31 -08:00

15 lines
253 B
Zig

.{
.name = "zap",
.version = "0.5.0",
.paths = .{
"doc/",
"examples/",
"facil.io/",
"src/",
"tools/",
"README.md",
"build.zig",
"build.zig.zon",
"targets.txt",
},
}