feat(win32 gui): add indexed color support

This commit is contained in:
CJ van den Berg 2025-01-04 22:42:15 +01:00
parent 5ac80f0b6f
commit 6257c9d721
2 changed files with 47 additions and 1 deletions

View file

@ -305,6 +305,7 @@ pub fn build_exe(
.{ .name = "input", .module = input_mod },
// TODO: we should be able to work without these modules
.{ .name = "vaxis", .module = vaxis_mod },
.{ .name = "color", .module = color_mod },
},
});
gui_mod.addIncludePath(b.path("src/win32"));