Files
neovim/deps/utf8proc/build.zig.zon
2025-09-11 11:29:40 +02: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.0#d7bf128df773c2a1a7242eb80e51e91a769fc985",
.hash = "N-V-__8AAKqkKADwgwHv0SkVM-huIogBSuyLemZwnmSdEb1R",
},
},
}