IQ.Pilot Release Commit @ e46d557

This commit is contained in:
IQ.Lvbs CI [bot]
2026-08-07 00:13:39 -05:00
parent 03c3158b81
commit 824bb9ddfd
216 changed files with 7457 additions and 3151 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;