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