Fixing vcpkg hopefully

This commit is contained in:
Dynamitos
2025-01-23 15:26:32 +01:00
parent 35eb7544ee
commit dbe70d0ae7
13 changed files with 71 additions and 14 deletions
+6
View File
@@ -1,3 +1,9 @@
#include "window/Window.h"
int main() {
Window w(1920, 1080);
while (true) {
w.update();
}
return 0;
}