Initial commit

This commit is contained in:
2026-08-23 11:11:36 +03:00
commit 0548f8de26
97 changed files with 20841 additions and 0 deletions
+19
View File
@@ -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",
},
}