mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
16 lines
431 B
Zig
16 lines
431 B
Zig
.{
|
|
.name = .highway,
|
|
.version = "1.2.0",
|
|
.fingerprint = 0xdbcf1a7425023274,
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
// google/highway
|
|
.highway = .{
|
|
.url = "https://deps.files.ghostty.org/highway-66486a10623fa0d72fe91260f96c892e41aceb06.tar.gz",
|
|
.hash = "N-V-__8AAGmZhABbsPJLfbqrh6JTHsXhY6qCaLAQyx25e0XE",
|
|
},
|
|
|
|
.apple_sdk = .{ .path = "../apple-sdk" },
|
|
},
|
|
}
|