add gallery toggle

This commit is contained in:
Maximilian Kueffner
2025-08-19 00:03:06 +02:00
parent 6f83a13b63
commit 55c7fdd254
8 changed files with 26 additions and 24 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include "imgui.h"
#include "imgui_impl_glfw.h"
#include "imgui_impl_opengl3.h"
#include "uiresources_app.h"
#include "app_resources_default.h"
static void glfw_error_callback(int error, const char* description)
{
+2 -2
View File
@@ -1,6 +1,6 @@
set(PIXELARIUM_TITLE ${CMAKE_PROJECT_NAME})
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/uiresources_app.h.in
${CMAKE_BINARY_DIR}/uiresources_app.h @ONLY)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/app_resources_default.h.in
${CMAKE_BINARY_DIR}/app_resources_default.h @ONLY)
set(APPLIBSRC
AppGLFW.cpp