mirror of
https://github.com/open-goal/jak-project
synced 2026-08-18 13:53:01 -04:00
deps: update imgui to 1.92.6 and allow changing imgui font/style at run-time (#4152)
Did this while investigating #3299 which I could not reproduce. ImGui's had a recent version that allows for dynamically scaling the font, pretty cool, slightly improves our styling menu. Closes #3299
This commit is contained in:
@@ -13,7 +13,7 @@ vars:
|
||||
EXE_FILE_EXTENSION: ""
|
||||
PYTHON: "python3"
|
||||
DEFAULT_CMAKE_RELEASE_PRESET: "Release-macos-arm64-clang"
|
||||
DEFAULT_CMAKE_DEBUG_PRESET: ""
|
||||
DEFAULT_CMAKE_DEBUG_PRESET: "Debug-macos-arm64-clang"
|
||||
CMAKE_GEN_BUILD_DIR_RELEASE: "-B build"
|
||||
CMAKE_GEN_BUILD_DIR_DEBUG: "-B build"
|
||||
CMAKE_BUILD_DIR_RELEASE: "--build build"
|
||||
|
||||
Reference in New Issue
Block a user