Retrieve ImGui with CPM.

ImGui OpenGL loader is patched, and not regenerated, because the gl3w
script requires network connectivity to download the header files from
Khronos at build time.
This commit is contained in:
Bartosz Taudul
2024-09-27 15:55:22 +02:00
parent 1769c2f457
commit 616e7c2eec
29 changed files with 114 additions and 72340 deletions

View File

@@ -5,8 +5,7 @@
#include <EGL/eglext.h>
#include <GLES2/gl2.h>
#include <emscripten/html5.h>
#include "imgui/imgui_impl_opengl3.h"
#include <backends/imgui_impl_opengl3.h>
#include "Backend.hpp"
#include "RunQueue.hpp"