mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-19 10:16:12 +03:00
16 lines
459 B
Zig
16 lines
459 B
Zig
.{
|
|
.name = .highway,
|
|
.version = "1.1.0",
|
|
.fingerprint = 0xdbcf1a7425023274,
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
// google/highway
|
|
.highway = .{
|
|
.url = "https://deps.files.ghostty.org/highway-12205c83b8311a24b1d5ae6d21640df04f4b0726e314337c043cde1432758cbe165b.tar.gz",
|
|
.hash = "N-V-__8AAGCXYgBcg7gxGiSx1a5tIWQN8E9LBybjFDN8BDze",
|
|
},
|
|
|
|
.apple_sdk = .{ .path = "../apple-sdk" },
|
|
},
|
|
}
|