[ttf] properly parse head table when parsing ttf. still lots more tab… #650
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Code Build (Vulkan Debug)" | |
on: | |
push: | |
branches: [ master ] | |
workflow_dispatch: | |
jobs: | |
gcc_linux: | |
uses: Harrand/Topaz/.github/workflows/build_gcc.yml@master | |
with: | |
render_api: vulkan | |
build_config: debug | |
clang_linux: | |
uses: Harrand/Topaz/.github/workflows/build_clang.yml@master | |
with: | |
render_api: vulkan | |
build_config: debug | |
msvc_windows: | |
uses: Harrand/Topaz/.github/workflows/build_msvc.yml@master | |
with: | |
render_api: vulkan | |
build_config: debug |