init
the readme is a ramble and there's no functionality (yet). couldn't ask for a better start.
This commit is contained in:
13
deps/labjack/ljacklm/build.zig.zon
vendored
Normal file
13
deps/labjack/ljacklm/build.zig.zon
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
.{
|
||||
.name = "ljacklm",
|
||||
.version = "2017.3.9",
|
||||
.dependencies = .{
|
||||
.labjackusb = .{ .path = "../exodriver" },
|
||||
},
|
||||
.paths = .{
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
"libljacklm/",
|
||||
"README",
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user