ghostty/pkg/utf8proc/build.zig.zon
Mitchell Hashimoto 3ed6a02176 pkg/utf8proc
2023-10-01 16:45:39 -07:00

11 lines
304 B
Zig

.{
.name = "utf8proc",
.version = "2.8.0",
.dependencies = .{
.utf8proc = .{
.url = "https://github.com/JuliaStrings/utf8proc/archive/refs/tags/v2.8.0.tar.gz",
.hash = "1220056ce228a8c58f1fa66ab778f5c8965e62f720c1d30603c7d534cb7d8a605ad7",
},
},
}