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/0bba97a12582928e097f4074cc746c43351ba4c8.tar.gz",
|
|
.hash = "12209b971367b4066d40ecad4728e6fdffc4cc4f19356d424c2de57f5b69ac7a619a",
|
|
},
|
|
},
|
|
.paths = .{""},
|
|
}
|