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

13
deps/labjack/ljacklm/build.zig.zon vendored Normal file
View File

@@ -0,0 +1,13 @@
.{
.name = "ljacklm",
.version = "2017.3.9",
.dependencies = .{
.labjackusb = .{ .path = "../exodriver" },
},
.paths = .{
"build.zig",
"build.zig.zon",
"libljacklm/",
"README",
},
}