ly/build.zig.zon

15 lines
549 B
Plaintext
Raw Normal View History

2023-06-22 09:43:58 +00:00
.{
.name = "ly",
.version = "1.0.0",
2023-06-22 09:43:58 +00:00
.dependencies = .{
.ini = .{
.url = "https://github.com/AnErrupTion/zig-ini/archive/7ab77196a4dc63d1ede50e0a1af1a8325c152f2f.tar.gz",
.hash = "12204b1d133060dd0c4304d5e0fbdb33a70038118e7c112b14b5f8d176ea15cd5939",
},
.clap = .{
.url = "https://github.com/Hejsil/zig-clap/archive/f49b94700e0761b7514abdca0e4f0e7f3f938a93.tar.gz",
.hash = "1220f48518ce22882e102255ed3bcdb7aeeb4891f50b2cdd3bd74b5b2e24d3149ba2",
2023-06-22 09:43:58 +00:00
},
}
}