feat: added zig loaders for unix and refactor
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
.{
|
||||
.name = "linux-loader",
|
||||
|
||||
.version = "2.0.0",
|
||||
|
||||
.dependencies = .{},
|
||||
|
||||
.paths = .{
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
"src",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user