Setup debug for spinning cube

This commit is contained in:
2025-08-05 00:06:58 -04:00
parent d64eaf8e2f
commit 8f71a7bf9c
6 changed files with 155 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
$path_root = split-path -Path $PSScriptRoot -Parent
$path_build = join-path $path_root 'build'
$path_code = join-path $path_root 'code'
$path_scripts = join-path $path_root 'scripts'
$path_toolchain = join-path $path_root 'toolchain'