removed eyedropper for now

This commit is contained in:
2025-12-17 10:45:35 +03:00
parent 2813a8bd05
commit 899a5d50c4
7 changed files with 2 additions and 262 deletions

View File

@@ -2,7 +2,6 @@ set(GUI_SOURCES
main.cpp
color_scheme_editor.cpp
color_table_renderer.cpp
screen_eyedropper.cpp
preview_renderer.cpp
theme_applier.cpp
template_editor.cpp
@@ -28,8 +27,6 @@ if(WIN32)
clrsync_core
glfw
imgui
user32
gdi32
OpenGL::GL
)
elseif(APPLE)
@@ -38,7 +35,6 @@ elseif(APPLE)
glfw
imgui
OpenGL::GL
"-framework ApplicationServices"
)
else()
target_link_libraries(clrsync_gui PRIVATE