mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-24 13:50:11 +00:00
This uses a custom fork of `hwy/targtes.cpp` that uses an extern function written in Zig to use Zig's standard CPU detection to avoid a dependency on Apple SDK headers. This is on the path to removing Apple SDK requirements to build libghostty-vt, but will require a lot more work outside of this. The goal is to get this out of our external dependencies first and then we can work on removing the internal side.
17 lines
461 B
Zig
17 lines
461 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",
|
|
.lazy = true,
|
|
},
|
|
|
|
.android_ndk = .{ .path = "../android-ndk" },
|
|
},
|
|
}
|