feat(win32 gui): add tracy zones to win32 gui renderer
This commit is contained in:
parent
620e44ef02
commit
5b5fd26bdf
2 changed files with 61 additions and 1 deletions
|
@ -333,6 +333,7 @@ pub fn build_exe(
|
|||
.{ .name = "vaxis", .module = vaxis_mod },
|
||||
.{ .name = "color", .module = color_mod },
|
||||
.{ .name = "gui_config", .module = gui_config_mod },
|
||||
.{ .name = "tracy", .module = tracy_mod },
|
||||
},
|
||||
});
|
||||
gui_mod.addIncludePath(b.path("src/win32"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue