chore: Update font_loader.cc and xcschememanagement.plist

This commit is contained in:
scawful
2024-08-21 21:08:55 -04:00
parent c83d0440d8
commit 57e8dc0e10
4 changed files with 16 additions and 9 deletions

View File

@@ -1,13 +1,12 @@
#include "app/core/platform/font_loader.h"
#include <imgui/imgui.h>
#include <string>
#include <unordered_set>
#include <vector>
#include "absl/strings/str_format.h"
#include "app/gui/icons.h"
#include "imgui/imgui.h"
#ifdef _WIN32
#include <Windows.h>
@@ -131,4 +130,4 @@ void LoadSystemFonts() {
// ...
}
#endif
#endif