zfin/build.zig.zon

26 lines
911 B
Zig

.{
.name = .zfin,
.version = "0.0.0",
.fingerprint = 0x77a9b4c7d676e027,
.minimum_zig_version = "0.16.0",
.dependencies = .{
.vaxis = .{
.url = "git+https://github.com/rockorager/libvaxis.git?ref=main#1dbbe575dff4586fe51e3217aa5c3fecdcbb6089",
.hash = "vaxis-0.6.0-BWNV_CrbCQCscGpzsAlR402rYQ_tV3aAl081c2iRRkka",
},
.z2d = .{
.url = "git+https://github.com/vancluever/z2d?ref=v0.11.0#5184a79622dce6b885c45ef6666f8c92385bed10",
.hash = "z2d-0.11.0-j5P_HtLzDwBGyQt49DrT0v4BuVqI_SRs6CXsuj7eBVhR",
},
.srf = .{
.url = "git+https://git.lerch.org/lobo/srf#12b755660e96ed65c645975110214fcc9c66ca4d",
.hash = "srf-0.0.0-qZj5743KAQAykeIHzFJdRDwgAA-Yy1RLaj0Lw4W5Rphx",
},
},
.paths = .{
"build",
"build.zig",
"build.zig.zon",
"src",
},
}