mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00
12 lines
329 B
Zig
12 lines
329 B
Zig
.{
|
|
.name = "ghostty",
|
|
.version = "0.1.0",
|
|
.dependencies = .{
|
|
.fontconfig = .{ .path = "./pkg/fontconfig" },
|
|
.freetype = .{ .path = "./pkg/freetype" },
|
|
.harfbuzz = .{ .path = "./pkg/harfbuzz" },
|
|
.libpng = .{ .path = "./pkg/libpng" },
|
|
.zlib = .{ .path = "./pkg/zlib" },
|
|
},
|
|
}
|