Files
WeirdUtils/build.zig.zon
T
MarcelineVQ b7f293c8c5 Initial commit: WeirdUtils DLL for WoW 1.12.1
Lua protection bypass, embedded addon loading, async PNG screenshots
with self-contained deflate compressor (store + fixed Huffman).
15KB ReleaseSmall.
2026-02-23 16:02:55 -08:00

16 lines
270 B
Zig

.{
.name = .weirdutils,
.version = "0.1.0",
.fingerprint = 0x54f0a9542562d318,
.dependencies = .{
.hook = .{
.path = "libs/hook",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}