impr: Remove dependencies on curl, mbedTLS and GLFW in the SDK

This commit is contained in:
WerWolv
2025-02-03 20:49:58 +01:00
parent 0140e24822
commit 0a6681ccb7
15 changed files with 383 additions and 231 deletions

View File

@@ -29,6 +29,8 @@
#include <content/popups/popup_unsaved_changes.hpp>
#include <content/popups/popup_crash_recovered.hpp>
#include <GLFW/glfw3.h>
namespace hex::plugin::builtin {
static void openFile(const std::fs::path &path) {

View File

@@ -26,6 +26,8 @@
#include <romfs/romfs.hpp>
#include <ui/menu_items.hpp>
#include <GLFW/glfw3.h>
using namespace std::literals::string_literals;
using namespace wolv::literals;

View File

@@ -19,6 +19,8 @@
#include <romfs/romfs.hpp>
#include <wolv/utils/guards.hpp>
#include <GLFW/glfw3.h>
namespace hex::plugin::builtin {
// Function that draws the provider popup, defiend in the ui_items.cpp file