mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 01:06:08 +03:00
15 lines
370 B
Zig
15 lines
370 B
Zig
.{
|
|
.name = .libintl,
|
|
.version = "0.24.0",
|
|
.fingerprint = 0x16434c723ba7278a,
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
.gettext = .{
|
|
.url = "https://deps.files.ghostty.org/gettext-0.24.tar.gz",
|
|
.hash = "N-V-__8AADcZkgn4cMhTUpIz6mShCKyqqB-NBtf_S2bHaTC-",
|
|
},
|
|
|
|
.apple_sdk = .{ .path = "../apple-sdk" },
|
|
},
|
|
}
|