feat(cpp/apps): bump versions — chart_demo 0.2, gallery 0.3, shaders_lab 0.3

This commit is contained in:
2026-04-29 00:56:24 +02:00
parent 9b2745fa25
commit 6dd1fe07bd
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -411,8 +411,8 @@ int main() {
cfg.width = 1600;
cfg.height = 900;
cfg.about = {.name = "shaders_lab",
.version = "0.1.0",
.description = "Live GLSL shader playground with DAG pipeline"};
.version = "0.3.0",
.description = "Live GLSL shader playground with DAG pipeline. layout_storage publico, compiler extraido, AppConfig estandar, multi-viewport, modal save-as via modal_dialog."};
cfg.panels = k_panels;
cfg.panel_count = sizeof(k_panels) / sizeof(k_panels[0]);
cfg.layouts_cb = &g_layout_cb;