mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-19 18:26:13 +03:00
14 lines
352 B
Zig
14 lines
352 B
Zig
.{
|
|
.name = "libintl",
|
|
.version = "0.24.0",
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
.gettext = .{
|
|
.url = "https://deps.files.ghostty.org/gettext-0.24.tar.gz",
|
|
.hash = "1220f870c853529233ea64a108acaaa81f8d06d7ff4b66c76930be7d78d508aff7a2",
|
|
},
|
|
|
|
.apple_sdk = .{ .path = "../apple-sdk" },
|
|
},
|
|
}
|