wip fixes for hot reload

This commit is contained in:
2024-01-25 10:49:57 -05:00
parent 89f2041b79
commit 1755dac070
7 changed files with 94 additions and 54 deletions

View File

@ -50,8 +50,6 @@ else
pop-location
}
write-host 'Odin up to date'
$path_vendor = join-path $path_odin 'vendor'
$path_vendor_raylib = join-path $path_vendor 'raylib'
$path_raylib_dlls = join-path $path_vendor_raylib 'windows'