mirror of https://github.com/fairyglade/ly.git
17 lines
558 B
Plaintext
17 lines
558 B
Plaintext
.{
|
|
.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 = .{""},
|
|
}
|