mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 14:00:29 +00:00
15 lines
291 B
Zig
15 lines
291 B
Zig
.{
|
|
.name = .fuzz_libghostty,
|
|
.version = "0.0.0",
|
|
.fingerprint = 0x2cb2c498237c5d43,
|
|
.minimum_zig_version = "0.15.1",
|
|
.dependencies = .{
|
|
.ghostty = .{ .path = "../../" },
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|