mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
11 lines
325 B
Zig
11 lines
325 B
Zig
.{
|
|
.name = "pixman",
|
|
.version = "0.42.2",
|
|
.dependencies = .{
|
|
.pixman = .{
|
|
.url = "https://gitlab.freedesktop.org/pixman/pixman/-/archive/pixman-0.42.2/pixman-pixman-0.42.2.tar.gz",
|
|
.hash = "12209b9206f9a5d31ccd9a2312cc72cb9dfc3e034aee1883c549dc1d753fae457230",
|
|
},
|
|
},
|
|
}
|