the readme is a ramble and there's no functionality (yet). couldn't ask
for a better start.
This commit is contained in:
2024-06-28 21:24:46 -07:00
commit eace0bf8db
63 changed files with 45346 additions and 0 deletions

14
deps/labjack/exodriver/build.zig.zon vendored Normal file
View 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",
},
}