mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
18 lines
432 B
Zig
18 lines
432 B
Zig
.{
|
|
.name = "wuffs",
|
|
.version = "0.0.0",
|
|
.dependencies = .{
|
|
.wuffs = .{
|
|
.url = "https://github.com/google/wuffs/archive/refs/tags/v0.4.0-alpha.8.tar.gz",
|
|
.hash = "12200984439edc817fbcbbaff564020e5104a0d04a2d0f53080700827052de700462",
|
|
},
|
|
|
|
.apple_sdk = .{ .path = "../apple-sdk" },
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|