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.16.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#134fd6110e860672c32703d9c76588a1d5f6a3fa",
|
|
.hash = "zlua-0.1.0-hGRpC1mUBQDugHDyWzXaCjnAwr9wKKArY06QpVOFTFUM",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|