24 lines
889 B
Zig
24 lines
889 B
Zig
.{
|
|
.name = .playpen,
|
|
.version = "0.1.0",
|
|
// Half package-name hash, half per-package constant, so renaming the
|
|
// package invalidates it. Regenerated when vtabs became playpen.
|
|
.fingerprint = 0x5a26ca72bb4d2c53,
|
|
.minimum_zig_version = "0.16.0",
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
.dependencies = .{
|
|
.ghostty = .{
|
|
.url = "https://github.com/ghostty-org/ghostty/archive/94d775fefc21f74d9cc85a46b34c4e1d85318fd0.tar.gz",
|
|
.hash = "ghostty-1.3.2-dev-5UdBCyCSPwV-Pp82UMGLutqeo0gckMrI0GfbUbUY0-Jt",
|
|
},
|
|
.gobject = .{
|
|
.url = "https://github.com/ghostty-org/zig-gobject/releases/download/0.10.0-2026-07-28-36-1/ghostty-gobject-0.10.0-2026-07-28-36-1.tar.zst",
|
|
.hash = "gobject-0.3.2-Skun7F6HogCMynX2JqeSHS7xr-8pK4ob-qRFIcEasVi3",
|
|
},
|
|
},
|
|
}
|