mirror of
https://github.com/neovim/neovim.git
synced 2025-12-14 18:35:47 +00:00
13 lines
331 B
Zig
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",
|
|
},
|
|
},
|
|
}
|