Added Cubemap API Hub. Closes #9

This commit is contained in:
Digital Artifex
2025-11-20 03:10:37 -05:00
parent 74a66ca4cc
commit ab6d4d7a75
91 changed files with 1013 additions and 161 deletions

View File

@@ -31,10 +31,11 @@ add_library(
ShaderToyMetadata.h
ShaderToySearchModel.h
ShaderToySearchModel.cpp
ShaderToyAPI.h
PexelsAPI.h
KomplexSearchModel.h
KomplexSearchModel.cpp
CubemapSearch.h
CubemapSearch.cpp
CubemapMetadata.h
)
qt_add_qml_module(
@@ -66,10 +67,11 @@ qt_add_qml_module(
ShaderToyMetadata.h
ShaderToySearchModel.h
ShaderToySearchModel.cpp
ShaderToyAPI.h
PexelsAPI.h
KomplexSearchModel.h
KomplexSearchModel.cpp
CubemapSearch.h
CubemapSearch.cpp
CubemapMetadata.h
NO_GENERATE_PLUGIN_SOURCE
)