yaes/deps/labjack/ljacklm/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
246 B
Zig

.{
.name = "ljacklm",
.version = "2017.3.9",
.dependencies = .{
.labjackusb = .{ .path = "../exodriver" },
},
.paths = .{
"build.zig",
"build.zig.zon",
"libljacklm/",
"README",
},
}