mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +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.1#53f0bac76f5d5bd3ed69d1a06ee5b200c8940610",
|
|
.hash = "N-V-__8AAEmnKADrO-sasMEghlX7HQYra9O95u2w_4wdycuU",
|
|
},
|
|
},
|
|
}
|