the readme is a ramble and there's no functionality (yet). couldn't ask for a better start.
14 lines
246 B
Zig
14 lines
246 B
Zig
.{
|
|
.name = "ljacklm",
|
|
.version = "2017.3.9",
|
|
.dependencies = .{
|
|
.labjackusb = .{ .path = "../exodriver" },
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"libljacklm/",
|
|
"README",
|
|
},
|
|
}
|