phase 1 runtime complete
All checks were successful
CI / React UI Build (push) Successful in 11s
CI / Native Windows Build And Tests (push) Successful in 2m46s
CI / Windows Release Package (push) Successful in 2m59s

This commit is contained in:
Aiden
2026-05-11 02:23:01 +10:00
parent cbf1b541dc
commit 9cbb5d8004
20 changed files with 265 additions and 1288 deletions

6
.vscode/tasks.json vendored
View File

@@ -11,7 +11,8 @@
"--config",
"Debug",
"--target",
"LoopThroughWithOpenGLCompositing"
"LoopThroughWithOpenGLCompositing",
"--parallel"
],
"group": {
"kind": "build",
@@ -29,7 +30,8 @@
"--config",
"Release",
"--target",
"LoopThroughWithOpenGLCompositing"
"LoopThroughWithOpenGLCompositing",
"--parallel"
],
"group": "build",
"problemMatcher": "$msCompile"