mirror of https://github.com/fairyglade/ly.git
25 lines
746 B
Plaintext
25 lines
746 B
Plaintext
.{
|
|
.name = .ly,
|
|
.version = "1.5.0",
|
|
.fingerprint = 0xa148ffcc5dc2cb59,
|
|
.minimum_zig_version = "0.17.0",
|
|
.dependencies = .{
|
|
.ly_ui = .{
|
|
.path = "ly-ui",
|
|
},
|
|
.clap = .{
|
|
.url = "git+https://github.com/Hejsil/zig-clap?ref=master#e91d66b1abba2024cd2e816426f14d233d3dad9a",
|
|
.hash = "clap-0.12.0-oBajB2LpAQD1BQpAukHcuwhIUoHWYNy2DzU6lDW2v2N8",
|
|
},
|
|
.zlua = .{
|
|
.url = "git+https://github.com/AnErrupTion/ziglua?ref=zig-0.17#4cca15ac75967115830708ca28d1d3dcde729f04",
|
|
.hash = "zlua-0.1.0-hGRpC-aUBQCrVgFkeX-mNintLyM1i9_4FJU4mGSw0DgC",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|