mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
add build.zig.zon
This commit is contained in:
10
build.zig.zon
Normal file
10
build.zig.zon
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
.{
|
||||||
|
.name = "ghostty",
|
||||||
|
.version = "0.1.0",
|
||||||
|
.dependencies = .{
|
||||||
|
.freetype = .{ .path = "./pkg/freetype" },
|
||||||
|
.harfbuzz = .{ .path = "./pkg/harfbuzz" },
|
||||||
|
.libpng = .{ .path = "./pkg/libpng" },
|
||||||
|
.zlib = .{ .path = "./pkg/zlib" },
|
||||||
|
},
|
||||||
|
}
|
Reference in New Issue
Block a user