mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 11:14:56 +00:00
* feat: support zig `0.13.0` * 12 compatible * update clap * feat: add default tty to build option * little fix * update `zigini`
17 lines
558 B
Zig
17 lines
558 B
Zig
.{
|
|
.name = "ly",
|
|
.version = "1.0.0",
|
|
.minimum_zig_version = "0.12.0",
|
|
.dependencies = .{
|
|
.clap = .{
|
|
.url = "https://github.com/Hejsil/zig-clap/archive/refs/tags/0.9.1.tar.gz",
|
|
.hash = "122062d301a203d003547b414237229b09a7980095061697349f8bef41be9c30266b",
|
|
},
|
|
.zigini = .{
|
|
.url = "https://github.com/Kawaii-Ash/zigini/archive/refs/tags/0.2.2.tar.gz",
|
|
.hash = "1220afda2f3258cd0bb042dd3c2d5a35069ce1785c11325e65f136c5220013b36d00",
|
|
},
|
|
},
|
|
.paths = .{""},
|
|
}
|