Minor cleanup to current bad impl of font rendering

Just trying to really "get" sokol_gfx.h
This commit is contained in:
2024-05-31 11:25:27 -04:00
parent 0b819fb8bc
commit 0b74a8115e
11 changed files with 559 additions and 499 deletions

View File

@ -90,7 +90,7 @@ Update-GitRepo -path $path_sokol -url $url_sokol -build_command '.\build_win
function clone-gitrepo { param( [string] $path, [string] $url )
if (test-path $path) {
git -C $path pull
# git -C $path pull
}
else {
Write-Host "Cloning $url ..."
@ -98,7 +98,6 @@ function clone-gitrepo { param( [string] $path, [string] $url )
}
}
clone-gitrepo $path_backtrace $url_backtrace_repo
clone-gitrepo $path_freetype $url_freetype
clone-gitrepo $path_ini_parser $url_ini_parser