mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 16:26:08 +03:00
11 lines
296 B
Zig
11 lines
296 B
Zig
.{
|
|
.name = "libxml2",
|
|
.version = "2.12.6",
|
|
.dependencies = .{
|
|
.libxml2 = .{
|
|
.url = "https://github.com/GNOME/libxml2/archive/refs/tags/v2.12.6.tar.gz",
|
|
.hash = "1220aa400cd479a884390db9cf4a09c03899e5b370a5ab35614ac735834a27f3286d",
|
|
},
|
|
},
|
|
}
|