feat(win32 gui): add tracy zones to win32 gui renderer

This commit is contained in:
CJ van den Berg 2025-01-20 15:07:42 +01:00
parent 620e44ef02
commit 5b5fd26bdf
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 61 additions and 1 deletions

View file

@ -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"));