Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
.{
|
||||
.name = .xsh,
|
||||
.version = "0.0.0",
|
||||
|
||||
.fingerprint = 0xe2d823a53ce2c535,
|
||||
.minimum_zig_version = "0.16.0",
|
||||
|
||||
.dependencies = .{
|
||||
.luau = .{
|
||||
.path = "deps/luau",
|
||||
},
|
||||
},
|
||||
|
||||
.paths = .{
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
"src",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user