Files
ly/ly-ui/build.zig.zon
AnErrupTion a9cbfbddbf Update to Zig 0.17.0-dev.1824+7988f7952
Signed-off-by: AnErrupTion <anerruption@disroot.org>
2026-08-25 23:36:43 +02:00

25 lines
772 B
Zig

.{
.name = .ly_ui,
.version = "1.2.0",
.fingerprint = 0x8d11bf85a74ec803,
.minimum_zig_version = "0.17.0",
.dependencies = .{
.ly_core = .{
.path = "../ly-core",
},
.termbox2 = .{
.url = "git+https://github.com/AnErrupTion/termbox2?ref=master#496730697c662893eec43192f48ff616c2539da6",
.hash = "N-V-__8AAOEWBQDt5tNdIzIFY6n8DdZsCP-6MyLoNS20wgpA",
},
.translate_c = .{
.url = "git+https://codeberg.org/ziglang/translate-c?ref=master#3da873cacdd7e9190fe1cf40372ddf5387c970ea",
.hash = "translate_c-0.0.0-Q_BUWktLBwBO7VLbmrOKUcAMRtE5fmOxI35189X5XbJs",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}