IQ.Pilot Release Commit @ 661a2de

This commit is contained in:
IQ.Lvbs CI [bot]
2026-08-08 14:37:51 -05:00
parent a6c27ac169
commit a1ef7d6c80
211 changed files with 7332 additions and 2756 deletions

View File

@@ -6,7 +6,7 @@
void icon_add_font(float size, bool merge, const ImFont *base_font) {
// IQ.Pilot patch: iqpilot's third_party/bootstrap is git-lfs and the TTF isn't
// checked in, so we vendor the font alongside jotpluggler instead of relying on
// third_party/bootstrap/bootstrap-icons.ttf.
// upstream's BOOTSTRAP_ICONS_TTF define from the comma-deps-bootstrap-icons wheel.
const std::filesystem::path ttf = repo_root() / "tools" / "jotpluggler" / "assets" / "bootstrap-icons.ttf";
ImGuiIO &io = ImGui::GetIO();
ImFontConfig config;