mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-12-28 17:14:39 +00:00
14 lines
252 B
Zig
14 lines
252 B
Zig
.{
|
|
.name = .zig_formatter,
|
|
.version = "0.0.0",
|
|
.fingerprint = 0x578de530797eafe6,
|
|
.dependencies = .{
|
|
.ghostty = .{ .path = "../../" },
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|