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
@@ -205,8 +205,8 @@ int main(int argc, char** argv) {
.height = 900,
.viewports = true,
.about = {.name = "Primitives Gallery",
.version = "0.1.0",
.description = "Visual catalog of fn_registry C++ UI primitives"},
.version = "0.3.0",
.description = "Visual catalog of fn_registry C++ UI primitives. Modo --capture para golden screenshots, sidebar via tree_view, candlestick fix."},
.init_gl_loader = true},
render
);