mirror of https://github.com/fairyglade/ly.git
17 lines
583 B
Plaintext
17 lines
583 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/0f8967515464730a0031497718ebeecbeae32a07.tar.gz",
|
|
.hash = "1220b7f2e51153392255d2ab9418c55000a86ecab9f48c291385e784645948179c59",
|
|
},
|
|
},
|
|
.paths = .{""},
|
|
}
|