Add logging

This commit is contained in:
2025-01-26 22:49:15 +01:00
parent 639de20a5b
commit 55d7b8c5b5
4 changed files with 14 additions and 7 deletions

View File

@ -5,6 +5,7 @@ cc_binary(
],
deps = [
"@asl//asl",
"@asl//asl/log",
"@sdl3_windows//:sdl3",
"//hk21/vulkan_loader",
],