b7f293c8c5
Lua protection bypass, embedded addon loading, async PNG screenshots with self-contained deflate compressor (store + fixed Huffman). 15KB ReleaseSmall.
16 lines
270 B
Zig
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",
|
|
},
|
|
}
|