mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-31 12:49:03 +00:00
This updates the translate-c backport to use the Zig lib dir from the build graph rather than an external "zig env" invocation.
34 lines
1.1 KiB
Zig
34 lines
1.1 KiB
Zig
.{
|
|
.name = .wuffs,
|
|
.version = "0.0.0",
|
|
.fingerprint = 0x67c0c059de921c4f,
|
|
.dependencies = .{
|
|
.translate_c = .{
|
|
.lazy = true,
|
|
.url = "https://codeberg.org/vancluever/translate-c/archive/80f8b6e4f45a303268717d8e5f4f91d7837138bb.tar.gz",
|
|
.hash = "translate_c-0.0.0-Q_BUWmU6BwB_9JKG2l2W7i_mhmYWeRseTGBEHi_YlV5f",
|
|
},
|
|
|
|
// google/wuffs
|
|
.wuffs = .{
|
|
.url = "https://deps.files.ghostty.org/wuffs-122037b39d577ec2db3fd7b2130e7b69ef6cc1807d68607a7c232c958315d381b5cd.tar.gz",
|
|
.hash = "N-V-__8AAAzZywE3s51XfsLbP9eyEw57ae9swYB9aGB6fCMs",
|
|
.lazy = true,
|
|
},
|
|
|
|
// make-github-pseudonymous-again/pixels
|
|
.pixels = .{
|
|
.url = "https://deps.files.ghostty.org/pixels-12207ff340169c7d40c570b4b6a97db614fe47e0d83b5801a932dcd44917424c8806.tar.gz",
|
|
.hash = "N-V-__8AADYiAAB_80AWnH1AxXC0tql9thT-R-DYO1gBqTLc",
|
|
.lazy = true,
|
|
},
|
|
|
|
.apple_sdk = .{ .path = "../apple-sdk" },
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|