Files
neovim/deps/utf8proc/build.zig.zon
2025-11-24 11:07:28 +01:00

13 lines
331 B
Zig

.{
.name = "utf8proc",
.version = "2.10.0",
.paths = .{""},
.dependencies = .{
.utf8proc = .{
.url = "git+https://github.com/juliastrings/utf8proc?ref=v2.11.2#90daf9f396cfec91668758eb9cc54bd5248a6b89",
.hash = "N-V-__8AAJeuKAB2qHg7gyQ3UofhVFaJ3Zn4gUjO47OdbRIB",
},
},
}