mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
16 lines
338 B
Zig
16 lines
338 B
Zig
.{
|
|
.name = .fuzz_libghostty,
|
|
.version = "0.0.0",
|
|
.fingerprint = 0x2cb2c498237c5d43,
|
|
.minimum_zig_version = "0.15.1",
|
|
.dependencies = .{
|
|
.ghostty = .{ .path = "../../" },
|
|
.afl = .{ .path = "../../pkg/afl++" },
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|