yaes/build.zig.zon
torque eace0bf8db
init
the readme is a ramble and there's no functionality (yet). couldn't ask
for a better start.
2024-06-28 22:05:14 -07:00

14 lines
235 B
Zig

.{
.name = "yaes",
.version = "0.0.1",
.dependencies = .{
.ljacklm = .{ .path = "deps/labjack/ljacklm" },
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"deps",
},
}