mirror of
https://github.com/neovim/neovim.git
synced 2026-01-02 17:36:56 +10: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.3#e5e799221b45bbb90f5fdc5c69b6b8dfbf017e78",
|
|
.hash = "N-V-__8AACywKABFCj0r_Y-jIWsk9ahy10zlk78hjn6S-39g",
|
|
},
|
|
},
|
|
}
|