mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00
12 lines
319 B
Zig
12 lines
319 B
Zig
.{
|
|
.name = "oniguruma",
|
|
.version = "6.9.9",
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
.oniguruma = .{
|
|
.url = "https://github.com/kkos/oniguruma/archive/refs/tags/v6.9.9.tar.gz",
|
|
.hash = "1220c15e72eadd0d9085a8af134904d9a0f5dfcbed5f606ad60edc60ebeccd9706bb",
|
|
},
|
|
},
|
|
}
|