mirror of
https://github.com/fairyglade/ly.git
synced 2026-05-06 07:10:36 +00:00
21 lines
508 B
Zig
21 lines
508 B
Zig
.{
|
|
.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#fc1e5cc3f6d9d3001112385ee6256d694e959d2f",
|
|
.hash = "clap-0.11.0-oBajB7foAQC3Iyn4IVCkUdYaOVVng5IZkSncySTjNig1",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|