mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
18 lines
550 B
Zig
18 lines
550 B
Zig
.{
|
|
.name = .freetype,
|
|
.version = "2.13.2",
|
|
.fingerprint = 0xac2059b6f7bbfe0a,
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
// freetype/freetype
|
|
.freetype = .{
|
|
.url = "https://deps.files.ghostty.org/freetype-1220b81f6ecfb3fd222f76cf9106fecfa6554ab07ec7fdc4124b9bb063ae2adf969d.tar.gz",
|
|
.hash = "N-V-__8AAKLKpwC4H27Ps_0iL3bPkQb-z6ZVSrB-x_3EEkub",
|
|
},
|
|
|
|
.apple_sdk = .{ .path = "../apple-sdk" },
|
|
.libpng = .{ .path = "../libpng" },
|
|
.zlib = .{ .path = "../zlib" },
|
|
},
|
|
}
|