ghostty/build.zig.zon
Mitchell Hashimoto 8ef10ebf4b add build.zig.zon
2023-10-01 12:44:04 -07:00

11 lines
274 B
Zig

.{
.name = "ghostty",
.version = "0.1.0",
.dependencies = .{
.freetype = .{ .path = "./pkg/freetype" },
.harfbuzz = .{ .path = "./pkg/harfbuzz" },
.libpng = .{ .path = "./pkg/libpng" },
.zlib = .{ .path = "./pkg/zlib" },
},
}