Update to Zig 0.17.0-dev.1824+7988f7952

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2026-08-25 23:36:43 +02:00
parent f52baa7f79
commit a9cbfbddbf
8 changed files with 56 additions and 42 deletions

View File

@@ -28,9 +28,7 @@ pub fn build(b: *std.Build) void {
.optimize = optimize,
});
const translate_c_dep = b.dependency("translate_c", .{
.target = target,
});
const translate_c_dep = b.dependency("translate_c", .{});
const termbox2: Translator = .init(translate_c_dep, .{
.c_source_file = termbox_dep.path("termbox2.h"),