can render 2 cv::mats

This commit is contained in:
Kueffner, Maximilian
2025-03-14 19:32:40 +01:00
parent 5ecc38a9ca
commit 0b541348b0
15 changed files with 290 additions and 12 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
int main(int argc, char** argv)
{
std::cout << "ok\n";
auto app = ui::AppGLFW();
auto app = pixelarium::ui::AppGLFW();
return app.Run();
}