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:
Tyler Wilding
2026-04-02 01:03:48 -04:00
committed by GitHub
parent 0e0da376c3
commit 783f6d9abd
27 changed files with 11751 additions and 5618 deletions
+1 -1
View File
@@ -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"