feat: added zig loaders for unix and refactor

This commit is contained in:
Andrew Rioux
2025-01-21 00:41:42 -05:00
parent 5ee8802607
commit 489b1d380f
15 changed files with 225 additions and 21 deletions
+13
View File
@@ -0,0 +1,13 @@
.{
.name = "linux-loader",
.version = "2.0.0",
.dependencies = .{},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}