feat(win32 gui): add indexed color support
This commit is contained in:
parent
5ac80f0b6f
commit
6257c9d721
2 changed files with 47 additions and 1 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue